Html Css Color HEX #CED372 Goldenrod

📋 copy color: '#CED372'

red 206 ◦ green 211 ◦ blue 114

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

Shades of Goldenrod #CED372

Tints of Goldenrod #CED372

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.74%

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 38.79%
G = 39.74%
B = 21.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#CED372 (or 0xCED372) is known color: Goldenrod. HEX triplet: CE, D3 and 72. RGB value is (206,211,114). Sum of RGB (Red+Green+Blue) = 206+211+114=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #CED372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED372 is #312C8D. Grayscale: #C6C6C6. Windows color (decimal): -3222670 or 7525326. OLE color: 7525326.

HSL color Cylindrical-coordinate representation of color #CED372: hue angle of 63.09º degrees, saturation: 0.52, 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 #CED372 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 114 -
CMYK 0.02 0 0.46 0.17
HSL 63.09º 0.52% 0.64% -
HSV(B) 63.09º 0.46% 0.83% -
XYZ 51.79 60.93 24.95 -
YUV 198.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 206 211 114 0.02 0 0.46 0.17 63.09 0.52 0.64
Hex CE D3 72 2 0 2E 11 3F 34 40
Octal 316 323 162 2 0 56 21 77 64 100
Binary 11001110 11010011 1110010 10 0 101110 10001 111111 110100 1000000

Color Harmonies of #CED372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED372

Black with #CED372

Text Example


Text Example

White with #CED372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED372; }

 p { color: rgb(206,211,114); }

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

background-color css

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

 a { background-color: rgb(206,211,114); }

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

border-color css

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

 span { border-color: rgb(206,211,114); }

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