Html Css Color HEX #DDB44E Rob Roy

📋 copy color: '#DDB44E'

red 221 ◦ green 180 ◦ blue 78

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

Shades of Rob Roy #DDB44E

Tints of Rob Roy #DDB44E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

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

R = 46.14%
G = 37.58%
B = 16.28%

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

#DDB44E (or 0xDDB44E) is known color: Rob Roy. HEX triplet: DD, B4 and 4E. RGB value is (221,180,78). Sum of RGB (Red+Green+Blue) = 221+180+78=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB44E is #224BB1. Grayscale: #B5B5B5. Windows color (decimal): -2247602 or 5158109. OLE color: 5158109.

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

Color convert

RGB 221 180 78 -
CMYK 0 0.19 0.65 0.13
HSL 42.8º 0.68% 0.59% -
HSV(B) 42.8º 0.65% 0.87% -
XYZ 47.52 48.56 14.08 -
YUV 180.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 221 180 78 0 0.19 0.65 0.13 42.8 0.68 0.59
Hex DD B4 4E 0 13 41 D 2B 44 3B
Octal 335 264 116 0 23 101 15 53 104 73
Binary 11011101 10110100 1001110 0 10011 1000001 1101 101011 1000100 111011

Color Harmonies of #DDB44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB44E

Black with #DDB44E

Text Example


Text Example

White with #DDB44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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