Html Css Color HEX #CED770 Goldenrod

📋 copy color: '#CED770'

red 206 ◦ green 215 ◦ blue 112

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

Shades of Goldenrod #CED770

Tints of Goldenrod #CED770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.01%

R = 38.65%
G = 40.34%
B = 21.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CED770 (or 0xCED770) is known color: Goldenrod. HEX triplet: CE, D7 and 70. RGB value is (206,215,112). Sum of RGB (Red+Green+Blue) = 206+215+112=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #CED770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED770 is #31288F. Grayscale: #C8C8C8. Windows color (decimal): -3221648 or 7395278. OLE color: 7395278.

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

Color convert

RGB 206 215 112 -
CMYK 0.04 0 0.48 0.16
HSL 65.24º 0.56% 0.64% -
HSV(B) 65.24º 0.48% 0.84% -
XYZ 52.68 62.89 24.69 -
YUV 200.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 206 215 112 0.04 0 0.48 0.16 65.24 0.56 0.64
Hex CE D7 70 4 0 30 10 41 38 40
Octal 316 327 160 4 0 60 20 101 70 100
Binary 11001110 11010111 1110000 100 0 110000 10000 1000001 111000 1000000

Color Harmonies of #CED770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED770

Black with #CED770

Text Example


Text Example

White with #CED770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED770; }

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

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

background-color css

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

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

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

border-color css

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

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

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