Html Css Color HEX #CFD46C Goldenrod

📋 copy color: '#CFD46C'

red 207 ◦ green 212 ◦ blue 108

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

Shades of Goldenrod #CFD46C

Tints of Goldenrod #CFD46C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.23%

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

R = 39.28%
G = 40.23%
B = 20.49%

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

#CFD46C (or 0xCFD46C) is known color: Goldenrod. HEX triplet: CF, D4 and 6C. RGB value is (207,212,108). Sum of RGB (Red+Green+Blue) = 207+212+108=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD46C is #302B93. Grayscale: #C7C7C7. Windows color (decimal): -3156884 or 7132367. OLE color: 7132367.

HSL color Cylindrical-coordinate representation of color #CFD46C: hue angle of 62.88º degrees, saturation: 0.55, 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 #CFD46C is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 108 -
CMYK 0.02 0 0.49 0.17
HSL 62.88º 0.55% 0.63% -
HSV(B) 62.88º 0.49% 0.83% -
XYZ 51.98 61.44 23.31 -
YUV 198.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 207 212 108 0.02 0 0.49 0.17 62.88 0.55 0.63
Hex CF D4 6C 2 0 31 11 3F 37 3F
Octal 317 324 154 2 0 61 21 77 67 77
Binary 11001111 11010100 1101100 10 0 110001 10001 111111 110111 111111

Color Harmonies of #CFD46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD46C

Black with #CFD46C

Text Example


Text Example

White with #CFD46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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