Html Css Color HEX #CBDB73 Goldenrod

📋 copy color: '#CBDB73'

red 203 ◦ green 219 ◦ blue 115

#CBDB73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CBDB73

Tints of Goldenrod #CBDB73

RGB

 RED value IS 203 (79.69% from 255) = 37.8%

 GREEN value IS 219 (85.94% from 255) = 40.78%

 BLUE value IS 115 (45.31% from 255) = 21.42%

R = 37.8%
G = 40.78%
B = 21.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBDB73 (or 0xCBDB73) is known color: Goldenrod. HEX triplet: CB, DB and 73. RGB value is (203,219,115). Sum of RGB (Red+Green+Blue) = 203+219+115=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB73 is #34248C. Grayscale: #CACACA. Windows color (decimal): -3417229 or 7592907. OLE color: 7592907.

HSL color Cylindrical-coordinate representation of color #CBDB73: hue angle of 69.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBDB73 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 115 -
CMYK 0.07 0 0.47 0.14
HSL 69.23º 0.59% 0.65% -
HSV(B) 69.23º 0.47% 0.86% -
XYZ 53.05 64.6 25.89 -
YUV 202.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 203 219 115 0.07 0 0.47 0.14 69.23 0.59 0.65
Hex CB DB 73 7 0 2F E 45 3B 41
Octal 313 333 163 7 0 57 16 105 73 101
Binary 11001011 11011011 1110011 111 0 101111 1110 1000101 111011 1000001

Color Harmonies of #CBDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDB73

Black with #CBDB73

Text Example


Text Example

White with #CBDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDB73; }

 p { color: rgb(203,219,115); }

 H1.HeaderClassName
 {
   color: #CBDB73;
 }
 .AnyTagClassName
 {
   color: #CBDB73;
 }
</style>

background-color css

<style>
 a { background-color: #CBDB73; }

 a { background-color: rgb(203,219,115); }

 div.DivClassName
 {
   background-color: #CBDB73;
 }
 .BgClassName
 {
   background-color: #CBDB73;
 }
</style>

border-color css

<style>
 span { border-color: #CBDB73; }

 span { border-color: rgb(203,219,115); }

 td.TdClassName
 {
   border-color: #CBDB73;
 }
 .TagClassName
 {
   border-color: #CBDB73;
 }
</style>