Html Css Color HEX #CFD66D Goldenrod

📋 copy color: '#CFD66D'

red 207 ◦ green 214 ◦ blue 109

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

Shades of Goldenrod #CFD66D

Tints of Goldenrod #CFD66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

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

R = 39.06%
G = 40.38%
B = 20.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CFD66D (or 0xCFD66D) is known color: Goldenrod. HEX triplet: CF, D6 and 6D. RGB value is (207,214,109). Sum of RGB (Red+Green+Blue) = 207+214+109=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD66D is #302992. Grayscale: #C8C8C8. Windows color (decimal): -3156371 or 7198415. OLE color: 7198415.

HSL color Cylindrical-coordinate representation of color #CFD66D: hue angle of 64º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFD66D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 109 -
CMYK 0.03 0 0.49 0.16
HSL 64º 0.56% 0.63% -
HSV(B) 64º 0.49% 0.84% -
XYZ 52.54 62.46 23.76 -
YUV 199.94 76.68 133.04 -
System Red Green Blue C M Y K H S L
Decimal 207 214 109 0.03 0 0.49 0.16 64 0.56 0.63
Hex CF D6 6D 3 0 31 10 40 38 3F
Octal 317 326 155 3 0 61 20 100 70 77
Binary 11001111 11010110 1101101 11 0 110001 10000 1000000 111000 111111

Color Harmonies of #CFD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD66D

Black with #CFD66D

Text Example


Text Example

White with #CFD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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