Html Css Color HEX #CED471 Goldenrod

📋 copy color: '#CED471'

red 206 ◦ green 212 ◦ blue 113

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

Shades of Goldenrod #CED471

Tints of Goldenrod #CED471

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.92%

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

R = 38.79%
G = 39.92%
B = 21.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#CED471 (or 0xCED471) is known color: Goldenrod. HEX triplet: CE, D4 and 71. RGB value is (206,212,113). Sum of RGB (Red+Green+Blue) = 206+212+113=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #CED471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED471 is #312B8E. Grayscale: #C7C7C7. Windows color (decimal): -3222415 or 7460046. OLE color: 7460046.

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

Color convert

RGB 206 212 113 -
CMYK 0.03 0 0.47 0.17
HSL 63.64º 0.54% 0.64% -
HSV(B) 63.64º 0.47% 0.83% -
XYZ 51.98 61.4 24.73 -
YUV 198.92 79.51 133.05 -
System Red Green Blue C M Y K H S L
Decimal 206 212 113 0.03 0 0.47 0.17 63.64 0.54 0.64
Hex CE D4 71 3 0 2F 11 40 36 40
Octal 316 324 161 3 0 57 21 100 66 100
Binary 11001110 11010100 1110001 11 0 101111 10001 1000000 110110 1000000

Color Harmonies of #CED471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED471

Black with #CED471

Text Example


Text Example

White with #CED471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED471; }

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

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

background-color css

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

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

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

border-color css

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

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

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