Html Css Color HEX #DDB34E Rob Roy

📋 copy color: '#DDB34E'

red 221 ◦ green 179 ◦ blue 78

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

Shades of Rob Roy #DDB34E

Tints of Rob Roy #DDB34E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

 BLUE value IS 78 (30.86% from 255) = 16.32%

R = 46.23%
G = 37.45%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDB34E (or 0xDDB34E) is known color: Rob Roy. HEX triplet: DD, B3 and 4E. RGB value is (221,179,78). Sum of RGB (Red+Green+Blue) = 221+179+78=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB34E is #224CB1. Grayscale: #B4B4B4. Windows color (decimal): -2247858 or 5157853. OLE color: 5157853.

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

Color convert

RGB 221 179 78 -
CMYK 0 0.19 0.65 0.13
HSL 42.38º 0.68% 0.59% -
HSV(B) 42.38º 0.65% 0.87% -
XYZ 47.31 48.16 14.01 -
YUV 180.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 221 179 78 0 0.19 0.65 0.13 42.38 0.68 0.59
Hex DD B3 4E 0 13 41 D 2A 44 3B
Octal 335 263 116 0 23 101 15 52 104 73
Binary 11011101 10110011 1001110 0 10011 1000001 1101 101010 1000100 111011

Color Harmonies of #DDB34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB34E

Black with #DDB34E

Text Example


Text Example

White with #DDB34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB34E; }

 p { color: rgb(221,179,78); }

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

background-color css

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

 a { background-color: rgb(221,179,78); }

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

border-color css

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

 span { border-color: rgb(221,179,78); }

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