Html Css Color HEX #CFD871 Goldenrod

📋 copy color: '#CFD871'

red 207 ◦ green 216 ◦ blue 113

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

Shades of Goldenrod #CFD871

Tints of Goldenrod #CFD871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.3%

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

R = 38.62%
G = 40.3%
B = 21.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CFD871 (or 0xCFD871) is known color: Goldenrod. HEX triplet: CF, D8 and 71. RGB value is (207,216,113). Sum of RGB (Red+Green+Blue) = 207+216+113=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD871 is #30278E. Grayscale: #C9C9C9. Windows color (decimal): -3155855 or 7461071. OLE color: 7461071.

HSL color Cylindrical-coordinate representation of color #CFD871: hue angle of 65.24º degrees, saturation: 0.57, 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 #CFD871 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 113 -
CMYK 0.04 0 0.48 0.15
HSL 65.24º 0.57% 0.65% -
HSV(B) 65.24º 0.48% 0.85% -
XYZ 53.27 63.57 25.09 -
YUV 201.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 207 216 113 0.04 0 0.48 0.15 65.24 0.57 0.65
Hex CF D8 71 4 0 30 F 41 39 41
Octal 317 330 161 4 0 60 17 101 71 101
Binary 11001111 11011000 1110001 100 0 110000 1111 1000001 111001 1000001

Color Harmonies of #CFD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD871

Black with #CFD871

Text Example


Text Example

White with #CFD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD871; }

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

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

background-color css

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

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

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

border-color css

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

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

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