Html Css Color HEX #CED564 Goldenrod

📋 copy color: '#CED564'

red 206 ◦ green 213 ◦ blue 100

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

Shades of Goldenrod #CED564

Tints of Goldenrod #CED564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.27%

R = 39.69%
G = 41.04%
B = 19.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#CED564 (or 0xCED564) is known color: Goldenrod. HEX triplet: CE, D5 and 64. RGB value is (206,213,100). Sum of RGB (Red+Green+Blue) = 206+213+100=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #CED564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED564 is #312A9B. Grayscale: #C6C6C6. Windows color (decimal): -3222172 or 6608334. OLE color: 6608334.

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

Color convert

RGB 206 213 100 -
CMYK 0.03 0 0.53 0.16
HSL 63.72º 0.57% 0.61% -
HSV(B) 63.72º 0.53% 0.84% -
XYZ 51.55 61.63 21.24 -
YUV 198.03 72.68 133.69 -
System Red Green Blue C M Y K H S L
Decimal 206 213 100 0.03 0 0.53 0.16 63.72 0.57 0.61
Hex CE D5 64 3 0 35 10 40 39 3D
Octal 316 325 144 3 0 65 20 100 71 75
Binary 11001110 11010101 1100100 11 0 110101 10000 1000000 111001 111101

Color Harmonies of #CED564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED564

Black with #CED564

Text Example


Text Example

White with #CED564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED564; }

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

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

background-color css

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

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

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

border-color css

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

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

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