Html Css Color HEX #CED464 Goldenrod

📋 copy color: '#CED464'

red 206 ◦ green 212 ◦ blue 100

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

Shades of Goldenrod #CED464

Tints of Goldenrod #CED464

RGB

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

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

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

R = 39.77%
G = 40.93%
B = 19.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#CED464 (or 0xCED464) is known color: Goldenrod. HEX triplet: CE, D4 and 64. RGB value is (206,212,100). Sum of RGB (Red+Green+Blue) = 206+212+100=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #CED464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED464 is #312B9B. Grayscale: #C5C5C5. Windows color (decimal): -3222428 or 6608078. OLE color: 6608078.

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

Color convert

RGB 206 212 100 -
CMYK 0.03 0 0.53 0.17
HSL 63.21º 0.57% 0.61% -
HSV(B) 63.21º 0.53% 0.83% -
XYZ 51.3 61.13 21.15 -
YUV 197.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 206 212 100 0.03 0 0.53 0.17 63.21 0.57 0.61
Hex CE D4 64 3 0 35 11 3F 39 3D
Octal 316 324 144 3 0 65 21 77 71 75
Binary 11001110 11010100 1100100 11 0 110101 10001 111111 111001 111101

Color Harmonies of #CED464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED464

Black with #CED464

Text Example


Text Example

White with #CED464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED464; }

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

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

background-color css

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

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

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

border-color css

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

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

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