Html Css Color HEX #CFD571 Goldenrod

📋 copy color: '#CFD571'

red 207 ◦ green 213 ◦ blue 113

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

Shades of Goldenrod #CFD571

Tints of Goldenrod #CFD571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.96%

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

R = 38.84%
G = 39.96%
B = 21.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CFD571 (or 0xCFD571) is known color: Goldenrod. HEX triplet: CF, D5 and 71. RGB value is (207,213,113). Sum of RGB (Red+Green+Blue) = 207+213+113=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD571 is #302A8E. Grayscale: #C8C8C8. Windows color (decimal): -3156623 or 7460303. OLE color: 7460303.

HSL color Cylindrical-coordinate representation of color #CFD571: hue angle of 63.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD571 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 113 -
CMYK 0.03 0 0.47 0.16
HSL 63.6º 0.54% 0.64% -
HSV(B) 63.6º 0.47% 0.84% -
XYZ 52.51 62.05 24.83 -
YUV 199.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 207 213 113 0.03 0 0.47 0.16 63.6 0.54 0.64
Hex CF D5 71 3 0 2F 10 40 36 40
Octal 317 325 161 3 0 57 20 100 66 100
Binary 11001111 11010101 1110001 11 0 101111 10000 1000000 110110 1000000

Color Harmonies of #CFD571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD571

Black with #CFD571

Text Example


Text Example

White with #CFD571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD571; }

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

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

background-color css

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

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

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

border-color css

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

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

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