Html Css Color HEX #CED473 Goldenrod

📋 copy color: '#CED473'

red 206 ◦ green 212 ◦ blue 115

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

Shades of Goldenrod #CED473

Tints of Goldenrod #CED473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.58%

R = 38.65%
G = 39.77%
B = 21.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#CED473 (or 0xCED473) is known color: Goldenrod. HEX triplet: CE, D4 and 73. RGB value is (206,212,115). Sum of RGB (Red+Green+Blue) = 206+212+115=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #CED473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED473 is #312B8C. Grayscale: #C7C7C7. Windows color (decimal): -3222413 or 7591118. OLE color: 7591118.

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

Color convert

RGB 206 212 115 -
CMYK 0.03 0 0.46 0.17
HSL 63.71º 0.53% 0.64% -
HSV(B) 63.71º 0.46% 0.83% -
XYZ 52.09 61.45 25.33 -
YUV 199.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 206 212 115 0.03 0 0.46 0.17 63.71 0.53 0.64
Hex CE D4 73 3 0 2E 11 40 35 40
Octal 316 324 163 3 0 56 21 100 65 100
Binary 11001110 11010100 1110011 11 0 101110 10001 1000000 110101 1000000

Color Harmonies of #CED473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED473

Black with #CED473

Text Example


Text Example

White with #CED473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED473; }

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

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

background-color css

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

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

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

border-color css

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

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

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