Html Css Color HEX #CED974 Goldenrod

📋 copy color: '#CED974'

red 206 ◦ green 217 ◦ blue 116

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

Shades of Goldenrod #CED974

Tints of Goldenrod #CED974

RGB

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

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

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

R = 38.22%
G = 40.26%
B = 21.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#CED974 (or 0xCED974) is known color: Goldenrod. HEX triplet: CE, D9 and 74. RGB value is (206,217,116). Sum of RGB (Red+Green+Blue) = 206+217+116=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #CED974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED974 is #31268B. Grayscale: #CACACA. Windows color (decimal): -3221132 or 7657934. OLE color: 7657934.

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

Color convert

RGB 206 217 116 -
CMYK 0.05 0 0.47 0.15
HSL 66.53º 0.57% 0.65% -
HSV(B) 66.53º 0.47% 0.85% -
XYZ 53.42 64.01 26.06 -
YUV 202.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 206 217 116 0.05 0 0.47 0.15 66.53 0.57 0.65
Hex CE D9 74 5 0 2F F 43 39 41
Octal 316 331 164 5 0 57 17 103 71 101
Binary 11001110 11011001 1110100 101 0 101111 1111 1000011 111001 1000001

Color Harmonies of #CED974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED974

Black with #CED974

Text Example


Text Example

White with #CED974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED974; }

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

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

background-color css

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

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

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

border-color css

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

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

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