Html Css Color HEX #DEDB69 Goldenrod

📋 copy color: '#DEDB69'

red 222 ◦ green 219 ◦ blue 105

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

Shades of Goldenrod #DEDB69

Tints of Goldenrod #DEDB69

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.11%

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

R = 40.66%
G = 40.11%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DEDB69 (or 0xDEDB69) is known color: Goldenrod. HEX triplet: DE, DB and 69. RGB value is (222,219,105). Sum of RGB (Red+Green+Blue) = 222+219+105=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB69 is #212496. Grayscale: #CFCFCF. Windows color (decimal): -2172055 or 6937566. OLE color: 6937566.

HSL color Cylindrical-coordinate representation of color #DEDB69: hue angle of 58.46º 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 #DEDB69 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 105 -
CMYK 0 0.01 0.53 0.13
HSL 58.46º 0.64% 0.64% -
HSV(B) 58.46º 0.53% 0.87% -
XYZ 58.01 67.21 23.28 -
YUV 206.9 70.49 138.77 -
System Red Green Blue C M Y K H S L
Decimal 222 219 105 0 0.01 0.53 0.13 58.46 0.64 0.64
Hex DE DB 69 0 1 35 D 3A 40 40
Octal 336 333 151 0 1 65 15 72 100 100
Binary 11011110 11011011 1101001 0 1 110101 1101 111010 1000000 1000000

Color Harmonies of #DEDB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB69

Black with #DEDB69

Text Example


Text Example

White with #DEDB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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