Html Css Color HEX #CFDB71 Goldenrod

📋 copy color: '#CFDB71'

red 207 ◦ green 219 ◦ blue 113

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

Shades of Goldenrod #CFDB71

Tints of Goldenrod #CFDB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

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

R = 38.4%
G = 40.63%
B = 20.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#CFDB71 (or 0xCFDB71) is known color: Goldenrod. HEX triplet: CF, DB and 71. RGB value is (207,219,113). Sum of RGB (Red+Green+Blue) = 207+219+113=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB71 is #30248E. Grayscale: #CBCBCB. Windows color (decimal): -3155087 or 7461839. OLE color: 7461839.

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

Color convert

RGB 207 219 113 -
CMYK 0.05 0 0.48 0.14
HSL 66.79º 0.6% 0.65% -
HSV(B) 66.79º 0.48% 0.86% -
XYZ 54.04 65.12 25.34 -
YUV 203.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 207 219 113 0.05 0 0.48 0.14 66.79 0.6 0.65
Hex CF DB 71 5 0 30 E 43 3C 41
Octal 317 333 161 5 0 60 16 103 74 101
Binary 11001111 11011011 1110001 101 0 110000 1110 1000011 111100 1000001

Color Harmonies of #CFDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB71

Black with #CFDB71

Text Example


Text Example

White with #CFDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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