Html Css Color HEX #CBD36F Goldenrod

📋 copy color: '#CBD36F'

red 203 ◦ green 211 ◦ blue 111

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

Shades of Goldenrod #CBD36F

Tints of Goldenrod #CBD36F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.19%

 BLUE value IS 111 (43.75% from 255) = 21.14%

R = 38.67%
G = 40.19%
B = 21.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#CBD36F (or 0xCBD36F) is known color: Goldenrod. HEX triplet: CB, D3 and 6F. RGB value is (203,211,111). Sum of RGB (Red+Green+Blue) = 203+211+111=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD36F is #342C90. Grayscale: #C5C5C5. Windows color (decimal): -3419281 or 7328715. OLE color: 7328715.

HSL color Cylindrical-coordinate representation of color #CBD36F: hue angle of 64.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBD36F is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 211 111 -
CMYK 0.04 0 0.47 0.17
HSL 64.8º 0.53% 0.63% -
HSV(B) 64.8º 0.47% 0.83% -
XYZ 50.79 60.43 24.03 -
YUV 197.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 203 211 111 0.04 0 0.47 0.17 64.8 0.53 0.63
Hex CB D3 6F 4 0 2F 11 41 35 3F
Octal 313 323 157 4 0 57 21 101 65 77
Binary 11001011 11010011 1101111 100 0 101111 10001 1000001 110101 111111

Color Harmonies of #CBD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD36F

Black with #CBD36F

Text Example


Text Example

White with #CBD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD36F; }

 p { color: rgb(203,211,111); }

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

background-color css

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

 a { background-color: rgb(203,211,111); }

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

border-color css

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

 span { border-color: rgb(203,211,111); }

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