Html Css Color HEX #CED763 Goldenrod

📋 copy color: '#CED763'

red 206 ◦ green 215 ◦ blue 99

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

Shades of Goldenrod #CED763

Tints of Goldenrod #CED763

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.35%

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

R = 39.62%
G = 41.35%
B = 19.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#CED763 (or 0xCED763) is known color: Goldenrod. HEX triplet: CE, D7 and 63. RGB value is (206,215,99). Sum of RGB (Red+Green+Blue) = 206+215+99=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #CED763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED763 is #31289C. Grayscale: #C7C7C7. Windows color (decimal): -3221661 or 6543310. OLE color: 6543310.

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

Color convert

RGB 206 215 99 -
CMYK 0.04 0 0.54 0.16
HSL 64.66º 0.59% 0.62% -
HSV(B) 64.66º 0.54% 0.84% -
XYZ 52.01 62.62 21.15 -
YUV 199.09 71.52 132.93 -
System Red Green Blue C M Y K H S L
Decimal 206 215 99 0.04 0 0.54 0.16 64.66 0.59 0.62
Hex CE D7 63 4 0 36 10 41 3B 3E
Octal 316 327 143 4 0 66 20 101 73 76
Binary 11001110 11010111 1100011 100 0 110110 10000 1000001 111011 111110

Color Harmonies of #CED763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED763

Black with #CED763

Text Example


Text Example

White with #CED763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED763; }

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

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

background-color css

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

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

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

border-color css

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

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

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