Html Css Color HEX #CED563 Goldenrod

📋 copy color: '#CED563'

red 206 ◦ green 213 ◦ blue 99

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

Shades of Goldenrod #CED563

Tints of Goldenrod #CED563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.11%

R = 39.77%
G = 41.12%
B = 19.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#CED563 (or 0xCED563) is known color: Goldenrod. HEX triplet: CE, D5 and 63. RGB value is (206,213,99). Sum of RGB (Red+Green+Blue) = 206+213+99=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #CED563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED563 is #312A9C. Grayscale: #C6C6C6. Windows color (decimal): -3222173 or 6542798. OLE color: 6542798.

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

Color convert

RGB 206 213 99 -
CMYK 0.03 0 0.54 0.16
HSL 63.68º 0.58% 0.61% -
HSV(B) 63.68º 0.54% 0.84% -
XYZ 51.5 61.61 20.98 -
YUV 197.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 206 213 99 0.03 0 0.54 0.16 63.68 0.58 0.61
Hex CE D5 63 3 0 36 10 40 3A 3D
Octal 316 325 143 3 0 66 20 100 72 75
Binary 11001110 11010101 1100011 11 0 110110 10000 1000000 111010 111101

Color Harmonies of #CED563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED563

Black with #CED563

Text Example


Text Example

White with #CED563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED563; }

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

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

background-color css

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

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

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

border-color css

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

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

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