Html Css Color HEX #CED674 Goldenrod

📋 copy color: '#CED674'

red 206 ◦ green 214 ◦ blue 116

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

Shades of Goldenrod #CED674

Tints of Goldenrod #CED674

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

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

R = 38.43%
G = 39.93%
B = 21.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#CED674 (or 0xCED674) is known color: Goldenrod. HEX triplet: CE, D6 and 74. RGB value is (206,214,116). Sum of RGB (Red+Green+Blue) = 206+214+116=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #CED674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED674 is #31298B. Grayscale: #C8C8C8. Windows color (decimal): -3221900 or 7657166. OLE color: 7657166.

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

Color convert

RGB 206 214 116 -
CMYK 0.04 0 0.46 0.16
HSL 64.9º 0.54% 0.65% -
HSV(B) 64.9º 0.46% 0.84% -
XYZ 52.65 62.48 25.81 -
YUV 200.44 80.35 131.97 -
System Red Green Blue C M Y K H S L
Decimal 206 214 116 0.04 0 0.46 0.16 64.9 0.54 0.65
Hex CE D6 74 4 0 2E 10 41 36 41
Octal 316 326 164 4 0 56 20 101 66 101
Binary 11001110 11010110 1110100 100 0 101110 10000 1000001 110110 1000001

Color Harmonies of #CED674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED674

Black with #CED674

Text Example


Text Example

White with #CED674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED674; }

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

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

background-color css

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

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

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

border-color css

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

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

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