Html Css Color HEX #CFD071 Goldenrod

📋 copy color: '#CFD071'

red 207 ◦ green 208 ◦ blue 113

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

Shades of Goldenrod #CFD071

Tints of Goldenrod #CFD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

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

R = 39.2%
G = 39.39%
B = 21.4%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#CFD071 (or 0xCFD071) is known color: Goldenrod. HEX triplet: CF, D0 and 71. RGB value is (207,208,113). Sum of RGB (Red+Green+Blue) = 207+208+113=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD071 is #302F8E. Grayscale: #C5C5C5. Windows color (decimal): -3157903 or 7459023. OLE color: 7459023.

HSL color Cylindrical-coordinate representation of color #CFD071: hue angle of 60.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFD071 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 113 -
CMYK 0.00 0 0.46 0.18
HSL 60.63º 0.5% 0.63% -
HSV(B) 60.63º 0.46% 0.82% -
XYZ 51.27 59.57 24.42 -
YUV 196.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 207 208 113 0.00 0 0.46 0.18 60.63 0.5 0.63
Hex CF D0 71 0 0 2E 12 3D 32 3F
Octal 317 320 161 0 0 56 22 75 62 77
Binary 11001111 11010000 1110001 0 0 101110 10010 111101 110010 111111

Color Harmonies of #CFD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD071

Black with #CFD071

Text Example


Text Example

White with #CFD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD071; }

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

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

background-color css

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

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

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

border-color css

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

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

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