Html Css Color HEX #CED874 Goldenrod

📋 copy color: '#CED874'

red 206 ◦ green 216 ◦ blue 116

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

Shades of Goldenrod #CED874

Tints of Goldenrod #CED874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.15%

 BLUE value IS 116 (45.7% from 255) = 21.56%

R = 38.29%
G = 40.15%
B = 21.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#CED874 (or 0xCED874) is known color: Goldenrod. HEX triplet: CE, D8 and 74. RGB value is (206,216,116). Sum of RGB (Red+Green+Blue) = 206+216+116=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #CED874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED874 is #31278B. Grayscale: #CACACA. Windows color (decimal): -3221388 or 7657678. OLE color: 7657678.

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

Color convert

RGB 206 216 116 -
CMYK 0.05 0 0.46 0.15
HSL 66º 0.56% 0.65% -
HSV(B) 66º 0.46% 0.85% -
XYZ 53.16 63.49 25.98 -
YUV 201.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 206 216 116 0.05 0 0.46 0.15 66 0.56 0.65
Hex CE D8 74 5 0 2E F 42 38 41
Octal 316 330 164 5 0 56 17 102 70 101
Binary 11001110 11011000 1110100 101 0 101110 1111 1000010 111000 1000001

Color Harmonies of #CED874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED874

Black with #CED874

Text Example


Text Example

White with #CED874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED874; }

 p { color: rgb(206,216,116); }

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

background-color css

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

 a { background-color: rgb(206,216,116); }

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

border-color css

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

 span { border-color: rgb(206,216,116); }

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