Html Css Color HEX #DEDA69 Goldenrod

📋 copy color: '#DEDA69'

red 222 ◦ green 218 ◦ blue 105

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

Shades of Goldenrod #DEDA69

Tints of Goldenrod #DEDA69

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

 BLUE value IS 105 (41.41% from 255) = 19.27%

R = 40.73%
G = 40%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DEDA69 (or 0xDEDA69) is known color: Goldenrod. HEX triplet: DE, DA and 69. RGB value is (222,218,105). Sum of RGB (Red+Green+Blue) = 222+218+105=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA69 is #212596. Grayscale: #CECECE. Windows color (decimal): -2172311 or 6937310. OLE color: 6937310.

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

Color convert

RGB 222 218 105 -
CMYK 0 0.02 0.53 0.13
HSL 57.95º 0.64% 0.64% -
HSV(B) 57.95º 0.53% 0.87% -
XYZ 57.75 66.69 23.19 -
YUV 206.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 222 218 105 0 0.02 0.53 0.13 57.95 0.64 0.64
Hex DE DA 69 0 2 35 D 3A 40 40
Octal 336 332 151 0 2 65 15 72 100 100
Binary 11011110 11011010 1101001 0 10 110101 1101 111010 1000000 1000000

Color Harmonies of #DEDA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA69

Black with #DEDA69

Text Example


Text Example

White with #DEDA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA69; }

 p { color: rgb(222,218,105); }

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

background-color css

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

 a { background-color: rgb(222,218,105); }

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

border-color css

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

 span { border-color: rgb(222,218,105); }

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