Html Css Color HEX #CED670 Goldenrod

📋 copy color: '#CED670'

red 206 ◦ green 214 ◦ blue 112

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

Shades of Goldenrod #CED670

Tints of Goldenrod #CED670

RGB

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

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

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

R = 38.72%
G = 40.23%
B = 21.05%

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

#CED670 (or 0xCED670) is known color: Goldenrod. HEX triplet: CE, D6 and 70. RGB value is (206,214,112). Sum of RGB (Red+Green+Blue) = 206+214+112=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #CED670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED670 is #31298F. Grayscale: #C8C8C8. Windows color (decimal): -3221904 or 7395022. OLE color: 7395022.

HSL color Cylindrical-coordinate representation of color #CED670: hue angle of 64.71º degrees, saturation: 0.55, 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 #CED670 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 112 -
CMYK 0.04 0 0.48 0.16
HSL 64.71º 0.55% 0.64% -
HSV(B) 64.71º 0.48% 0.84% -
XYZ 52.42 62.38 24.61 -
YUV 199.98 78.35 132.29 -
System Red Green Blue C M Y K H S L
Decimal 206 214 112 0.04 0 0.48 0.16 64.71 0.55 0.64
Hex CE D6 70 4 0 30 10 41 37 40
Octal 316 326 160 4 0 60 20 101 67 100
Binary 11001110 11010110 1110000 100 0 110000 10000 1000001 110111 1000000

Color Harmonies of #CED670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED670

Black with #CED670

Text Example


Text Example

White with #CED670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED670; }

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

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

background-color css

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

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

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

border-color css

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

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

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