Html Css Color HEX #CFDA71 Goldenrod

📋 copy color: '#CFDA71'

red 207 ◦ green 218 ◦ blue 113

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

Shades of Goldenrod #CFDA71

Tints of Goldenrod #CFDA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 38.48%
G = 40.52%
B = 21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CFDA71 (or 0xCFDA71) is known color: Goldenrod. HEX triplet: CF, DA and 71. RGB value is (207,218,113). Sum of RGB (Red+Green+Blue) = 207+218+113=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA71 is #30258E. Grayscale: #CBCBCB. Windows color (decimal): -3155343 or 7461583. OLE color: 7461583.

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

Color convert

RGB 207 218 113 -
CMYK 0.05 0 0.48 0.15
HSL 66.29º 0.59% 0.65% -
HSV(B) 66.29º 0.48% 0.85% -
XYZ 53.78 64.6 25.26 -
YUV 202.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 207 218 113 0.05 0 0.48 0.15 66.29 0.59 0.65
Hex CF DA 71 5 0 30 F 42 3B 41
Octal 317 332 161 5 0 60 17 102 73 101
Binary 11001111 11011010 1110001 101 0 110000 1111 1000010 111011 1000001

Color Harmonies of #CFDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA71

Black with #CFDA71

Text Example


Text Example

White with #CFDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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