Html Css Color HEX #CBD06E Goldenrod

📋 copy color: '#CBD06E'

red 203 ◦ green 208 ◦ blue 110

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

Shades of Goldenrod #CBD06E

Tints of Goldenrod #CBD06E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 110 (43.36% from 255) = 21.11%

R = 38.96%
G = 39.92%
B = 21.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#CBD06E (or 0xCBD06E) is known color: Goldenrod. HEX triplet: CB, D0 and 6E. RGB value is (203,208,110). Sum of RGB (Red+Green+Blue) = 203+208+110=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD06E is #342F91. Grayscale: #C3C3C3. Windows color (decimal): -3420050 or 7262411. OLE color: 7262411.

HSL color Cylindrical-coordinate representation of color #CBD06E: hue angle of 63.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBD06E is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 208 110 -
CMYK 0.02 0 0.47 0.18
HSL 63.06º 0.51% 0.62% -
HSV(B) 63.06º 0.47% 0.82% -
XYZ 50 58.93 23.49 -
YUV 195.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 203 208 110 0.02 0 0.47 0.18 63.06 0.51 0.62
Hex CB D0 6E 2 0 2F 12 3F 33 3E
Octal 313 320 156 2 0 57 22 77 63 76
Binary 11001011 11010000 1101110 10 0 101111 10010 111111 110011 111110

Color Harmonies of #CBD06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD06E

Black with #CBD06E

Text Example


Text Example

White with #CBD06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD06E; }

 p { color: rgb(203,208,110); }

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

background-color css

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

 a { background-color: rgb(203,208,110); }

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

border-color css

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

 span { border-color: rgb(203,208,110); }

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