Html Css Color HEX #DEDF6A Goldenrod

📋 copy color: '#DEDF6A'

red 222 ◦ green 223 ◦ blue 106

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

Shades of Goldenrod #DEDF6A

Tints of Goldenrod #DEDF6A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.47%

 BLUE value IS 106 (41.8% from 255) = 19.24%

R = 40.29%
G = 40.47%
B = 19.24%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DEDF6A (or 0xDEDF6A) is known color: Goldenrod. HEX triplet: DE, DF and 6A. RGB value is (222,223,106). Sum of RGB (Red+Green+Blue) = 222+223+106=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF6A is #212095. Grayscale: #D1D1D1. Windows color (decimal): -2171030 or 7004126. OLE color: 7004126.

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

Color convert

RGB 222 223 106 -
CMYK 0.00 0 0.52 0.13
HSL 60.51º 0.65% 0.65% -
HSV(B) 60.51º 0.52% 0.87% -
XYZ 59.11 69.35 23.91 -
YUV 209.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 222 223 106 0.00 0 0.52 0.13 60.51 0.65 0.65
Hex DE DF 6A 0 0 34 D 3D 41 41
Octal 336 337 152 0 0 64 15 75 101 101
Binary 11011110 11011111 1101010 0 0 110100 1101 111101 1000001 1000001

Color Harmonies of #DEDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF6A

Black with #DEDF6A

Text Example


Text Example

White with #DEDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF6A; }

 p { color: rgb(222,223,106); }

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

background-color css

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

 a { background-color: rgb(222,223,106); }

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

border-color css

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

 span { border-color: rgb(222,223,106); }

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