Html Css Color HEX #DDD263 Goldenrod

📋 copy color: '#DDD263'

red 221 ◦ green 210 ◦ blue 99

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

Shades of Goldenrod #DDD263

Tints of Goldenrod #DDD263

RGB

 RED value IS 221 (86.72% from 255) = 41.7%

 GREEN value IS 210 (82.42% from 255) = 39.62%

 BLUE value IS 99 (39.06% from 255) = 18.68%

R = 41.7%
G = 39.62%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDD263 (or 0xDDD263) is known color: Goldenrod. HEX triplet: DD, D2 and 63. RGB value is (221,210,99). Sum of RGB (Red+Green+Blue) = 221+210+99=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD263 is #222D9C. Grayscale: #C9C9C9. Windows color (decimal): -2239901 or 6542045. OLE color: 6542045.

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

Color convert

RGB 221 210 99 -
CMYK 0 0.05 0.55 0.13
HSL 54.59º 0.64% 0.63% -
HSV(B) 54.59º 0.55% 0.87% -
XYZ 55.12 62.37 20.94 -
YUV 200.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 221 210 99 0 0.05 0.55 0.13 54.59 0.64 0.63
Hex DD D2 63 0 5 37 D 37 40 3F
Octal 335 322 143 0 5 67 15 67 100 77
Binary 11011101 11010010 1100011 0 101 110111 1101 110111 1000000 111111

Color Harmonies of #DDD263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD263

Black with #DDD263

Text Example


Text Example

White with #DDD263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD263; }

 p { color: rgb(221,210,99); }

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

background-color css

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

 a { background-color: rgb(221,210,99); }

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

border-color css

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

 span { border-color: rgb(221,210,99); }

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