Html Css Color HEX #CFD46D Goldenrod

📋 copy color: '#CFD46D'

red 207 ◦ green 212 ◦ blue 109

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

Shades of Goldenrod #CFD46D

Tints of Goldenrod #CFD46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.64%

R = 39.2%
G = 40.15%
B = 20.64%

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

#CFD46D (or 0xCFD46D) is known color: Goldenrod. HEX triplet: CF, D4 and 6D. RGB value is (207,212,109). Sum of RGB (Red+Green+Blue) = 207+212+109=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD46D is #302B92. Grayscale: #C7C7C7. Windows color (decimal): -3156883 or 7197903. OLE color: 7197903.

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

Color convert

RGB 207 212 109 -
CMYK 0.02 0 0.49 0.17
HSL 62.91º 0.54% 0.63% -
HSV(B) 62.91º 0.49% 0.83% -
XYZ 52.04 61.46 23.59 -
YUV 198.76 77.34 133.88 -
System Red Green Blue C M Y K H S L
Decimal 207 212 109 0.02 0 0.49 0.17 62.91 0.54 0.63
Hex CF D4 6D 2 0 31 11 3F 36 3F
Octal 317 324 155 2 0 61 21 77 66 77
Binary 11001111 11010100 1101101 10 0 110001 10001 111111 110110 111111

Color Harmonies of #CFD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD46D

Black with #CFD46D

Text Example


Text Example

White with #CFD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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