Html Css Color HEX #DEDC67 Goldenrod

📋 copy color: '#DEDC67'

red 222 ◦ green 220 ◦ blue 103

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

Shades of Goldenrod #DEDC67

Tints of Goldenrod #DEDC67

RGB

 RED value IS 222 (87.11% from 255) = 40.73%

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 103 (40.63% from 255) = 18.9%

R = 40.73%
G = 40.37%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DEDC67 (or 0xDEDC67) is known color: Goldenrod. HEX triplet: DE, DC and 67. RGB value is (222,220,103). Sum of RGB (Red+Green+Blue) = 222+220+103=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC67 is #212398. Grayscale: #CFCFCF. Windows color (decimal): -2171801 or 6806750. OLE color: 6806750.

HSL color Cylindrical-coordinate representation of color #DEDC67: hue angle of 58.99º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEDC67 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 103 -
CMYK 0 0.01 0.54 0.13
HSL 58.99º 0.64% 0.64% -
HSV(B) 58.99º 0.54% 0.87% -
XYZ 58.17 67.7 22.83 -
YUV 207.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 222 220 103 0 0.01 0.54 0.13 58.99 0.64 0.64
Hex DE DC 67 0 1 36 D 3B 40 40
Octal 336 334 147 0 1 66 15 73 100 100
Binary 11011110 11011100 1100111 0 1 110110 1101 111011 1000000 1000000

Color Harmonies of #DEDC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC67

Black with #DEDC67

Text Example


Text Example

White with #DEDC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC67; }

 p { color: rgb(222,220,103); }

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

background-color css

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

 a { background-color: rgb(222,220,103); }

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

border-color css

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

 span { border-color: rgb(222,220,103); }

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