Html Css Color HEX #CFD371 Goldenrod

📋 copy color: '#CFD371'

red 207 ◦ green 211 ◦ blue 113

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

Shades of Goldenrod #CFD371

Tints of Goldenrod #CFD371

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.74%

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

R = 38.98%
G = 39.74%
B = 21.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#CFD371 (or 0xCFD371) is known color: Goldenrod. HEX triplet: CF, D3 and 71. RGB value is (207,211,113). Sum of RGB (Red+Green+Blue) = 207+211+113=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD371 is #302C8E. Grayscale: #C7C7C7. Windows color (decimal): -3157135 or 7459791. OLE color: 7459791.

HSL color Cylindrical-coordinate representation of color #CFD371: hue angle of 62.45º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFD371 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 113 -
CMYK 0.02 0 0.46 0.17
HSL 62.45º 0.53% 0.64% -
HSV(B) 62.45º 0.46% 0.83% -
XYZ 52.01 61.05 24.66 -
YUV 198.63 79.67 133.97 -
System Red Green Blue C M Y K H S L
Decimal 207 211 113 0.02 0 0.46 0.17 62.45 0.53 0.64
Hex CF D3 71 2 0 2E 11 3E 35 40
Octal 317 323 161 2 0 56 21 76 65 100
Binary 11001111 11010011 1110001 10 0 101110 10001 111110 110101 1000000

Color Harmonies of #CFD371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD371

Black with #CFD371

Text Example


Text Example

White with #CFD371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD371; }

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

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

background-color css

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

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

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

border-color css

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

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

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