Html Css Color HEX #CFD36C Goldenrod

📋 copy color: '#CFD36C'

red 207 ◦ green 211 ◦ blue 108

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

Shades of Goldenrod #CFD36C

Tints of Goldenrod #CFD36C

RGB

 RED value IS 207 (81.25% from 255) = 39.35%

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

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 39.35%
G = 40.11%
B = 20.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#CFD36C (or 0xCFD36C) is known color: Goldenrod. HEX triplet: CF, D3 and 6C. RGB value is (207,211,108). Sum of RGB (Red+Green+Blue) = 207+211+108=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD36C is #302C93. Grayscale: #C6C6C6. Windows color (decimal): -3157140 or 7132111. OLE color: 7132111.

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

Color convert

RGB 207 211 108 -
CMYK 0.02 0 0.49 0.17
HSL 62.33º 0.54% 0.63% -
HSV(B) 62.33º 0.49% 0.83% -
XYZ 51.73 60.94 23.22 -
YUV 198.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 207 211 108 0.02 0 0.49 0.17 62.33 0.54 0.63
Hex CF D3 6C 2 0 31 11 3E 36 3F
Octal 317 323 154 2 0 61 21 76 66 77
Binary 11001111 11010011 1101100 10 0 110001 10001 111110 110110 111111

Color Harmonies of #CFD36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD36C

Black with #CFD36C

Text Example


Text Example

White with #CFD36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD36C; }

 p { color: rgb(207,211,108); }

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

background-color css

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

 a { background-color: rgb(207,211,108); }

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

border-color css

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

 span { border-color: rgb(207,211,108); }

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