Html Css Color HEX #DDD767 Goldenrod

📋 copy color: '#DDD767'

red 221 ◦ green 215 ◦ blue 103

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

Shades of Goldenrod #DDD767

Tints of Goldenrod #DDD767

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.89%

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

R = 41%
G = 39.89%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDD767 (or 0xDDD767) is known color: Goldenrod. HEX triplet: DD, D7 and 67. RGB value is (221,215,103). Sum of RGB (Red+Green+Blue) = 221+215+103=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD767 is #222898. Grayscale: #CCCCCC. Windows color (decimal): -2238617 or 6805469. OLE color: 6805469.

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

Color convert

RGB 221 215 103 -
CMYK 0 0.03 0.53 0.13
HSL 56.95º 0.63% 0.64% -
HSV(B) 56.95º 0.53% 0.87% -
XYZ 56.57 64.95 22.39 -
YUV 204.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 221 215 103 0 0.03 0.53 0.13 56.95 0.63 0.64
Hex DD D7 67 0 3 35 D 39 3F 40
Octal 335 327 147 0 3 65 15 71 77 100
Binary 11011101 11010111 1100111 0 11 110101 1101 111001 111111 1000000

Color Harmonies of #DDD767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD767

Black with #DDD767

Text Example


Text Example

White with #DDD767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD767; }

 p { color: rgb(221,215,103); }

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

background-color css

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

 a { background-color: rgb(221,215,103); }

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

border-color css

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

 span { border-color: rgb(221,215,103); }

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