Html Css Color HEX #CED963 Goldenrod

📋 copy color: '#CED963'

red 206 ◦ green 217 ◦ blue 99

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

Shades of Goldenrod #CED963

Tints of Goldenrod #CED963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

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

R = 39.46%
G = 41.57%
B = 18.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CED963 (or 0xCED963) is known color: Goldenrod. HEX triplet: CE, D9 and 63. RGB value is (206,217,99). Sum of RGB (Red+Green+Blue) = 206+217+99=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #CED963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED963 is #31269C. Grayscale: #C8C8C8. Windows color (decimal): -3221149 or 6543822. OLE color: 6543822.

HSL color Cylindrical-coordinate representation of color #CED963: hue angle of 65.59º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED963 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 99 -
CMYK 0.05 0 0.54 0.15
HSL 65.59º 0.61% 0.62% -
HSV(B) 65.59º 0.54% 0.85% -
XYZ 52.52 63.65 21.32 -
YUV 200.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 206 217 99 0.05 0 0.54 0.15 65.59 0.61 0.62
Hex CE D9 63 5 0 36 F 42 3D 3E
Octal 316 331 143 5 0 66 17 102 75 76
Binary 11001110 11011001 1100011 101 0 110110 1111 1000010 111101 111110

Color Harmonies of #CED963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED963

Black with #CED963

Text Example


Text Example

White with #CED963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED963; }

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

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

background-color css

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

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

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

border-color css

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

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

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