Html Css Color HEX #CFDA6F Goldenrod

📋 copy color: '#CFDA6F'

red 207 ◦ green 218 ◦ blue 111

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

Shades of Goldenrod #CFDA6F

Tints of Goldenrod #CFDA6F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.67%

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

R = 38.62%
G = 40.67%
B = 20.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CFDA6F (or 0xCFDA6F) is known color: Goldenrod. HEX triplet: CF, DA and 6F. RGB value is (207,218,111). Sum of RGB (Red+Green+Blue) = 207+218+111=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA6F is #302590. Grayscale: #CACACA. Windows color (decimal): -3155345 or 7330511. OLE color: 7330511.

HSL color Cylindrical-coordinate representation of color #CFDA6F: hue angle of 66.17º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFDA6F is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 218 111 -
CMYK 0.05 0 0.49 0.15
HSL 66.17º 0.59% 0.65% -
HSV(B) 66.17º 0.49% 0.85% -
XYZ 53.67 64.56 24.67 -
YUV 202.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 207 218 111 0.05 0 0.49 0.15 66.17 0.59 0.65
Hex CF DA 6F 5 0 31 F 42 3B 41
Octal 317 332 157 5 0 61 17 102 73 101
Binary 11001111 11011010 1101111 101 0 110001 1111 1000010 111011 1000001

Color Harmonies of #CFDA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA6F

Black with #CFDA6F

Text Example


Text Example

White with #CFDA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA6F; }

 p { color: rgb(207,218,111); }

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

background-color css

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

 a { background-color: rgb(207,218,111); }

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

border-color css

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

 span { border-color: rgb(207,218,111); }

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