Html Css Color HEX #CED571 Goldenrod

📋 copy color: '#CED571'

red 206 ◦ green 213 ◦ blue 113

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

Shades of Goldenrod #CED571

Tints of Goldenrod #CED571

RGB

 RED value IS 206 (80.86% from 255) = 38.72%

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

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

R = 38.72%
G = 40.04%
B = 21.24%

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

#CED571 (or 0xCED571) is known color: Goldenrod. HEX triplet: CE, D5 and 71. RGB value is (206,213,113). Sum of RGB (Red+Green+Blue) = 206+213+113=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #CED571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED571 is #312A8E. Grayscale: #C7C7C7. Windows color (decimal): -3222159 or 7460302. OLE color: 7460302.

HSL color Cylindrical-coordinate representation of color #CED571: hue angle of 64.2º 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 #CED571 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 113 -
CMYK 0.03 0 0.47 0.16
HSL 64.2º 0.54% 0.64% -
HSV(B) 64.2º 0.47% 0.84% -
XYZ 52.23 61.9 24.82 -
YUV 199.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 206 213 113 0.03 0 0.47 0.16 64.2 0.54 0.64
Hex CE D5 71 3 0 2F 10 40 36 40
Octal 316 325 161 3 0 57 20 100 66 100
Binary 11001110 11010101 1110001 11 0 101111 10000 1000000 110110 1000000

Color Harmonies of #CED571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED571

Black with #CED571

Text Example


Text Example

White with #CED571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED571; }

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

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

background-color css

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

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

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

border-color css

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

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

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