Html Css Color HEX #DDB34A Rob Roy

📋 copy color: '#DDB34A'

red 221 ◦ green 179 ◦ blue 74

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

Shades of Rob Roy #DDB34A

Tints of Rob Roy #DDB34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.61%

R = 46.62%
G = 37.76%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB34A (or 0xDDB34A) is known color: Rob Roy. HEX triplet: DD, B3 and 4A. RGB value is (221,179,74). Sum of RGB (Red+Green+Blue) = 221+179+74=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB34A is #224CB5. Grayscale: #B4B4B4. Windows color (decimal): -2247862 or 4895709. OLE color: 4895709.

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

Color convert

RGB 221 179 74 -
CMYK 0 0.19 0.67 0.13
HSL 42.86º 0.68% 0.58% -
HSV(B) 42.86º 0.67% 0.87% -
XYZ 47.17 48.11 13.28 -
YUV 179.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 221 179 74 0 0.19 0.67 0.13 42.86 0.68 0.58
Hex DD B3 4A 0 13 43 D 2B 44 3A
Octal 335 263 112 0 23 103 15 53 104 72
Binary 11011101 10110011 1001010 0 10011 1000011 1101 101011 1000100 111010

Color Harmonies of #DDB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB34A

Black with #DDB34A

Text Example


Text Example

White with #DDB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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