Html Css Color HEX #DDB04A Rob Roy

📋 copy color: '#DDB04A'

red 221 ◦ green 176 ◦ blue 74

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

Shades of Rob Roy #DDB04A

Tints of Rob Roy #DDB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

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

R = 46.92%
G = 37.37%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB04A (or 0xDDB04A) is known color: Rob Roy. HEX triplet: DD, B0 and 4A. RGB value is (221,176,74). Sum of RGB (Red+Green+Blue) = 221+176+74=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB04A is #224FB5. Grayscale: #B2B2B2. Windows color (decimal): -2248630 or 4894941. OLE color: 4894941.

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

Color convert

RGB 221 176 74 -
CMYK 0 0.20 0.67 0.13
HSL 41.63º 0.68% 0.58% -
HSV(B) 41.63º 0.67% 0.87% -
XYZ 46.58 46.92 13.08 -
YUV 177.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 221 176 74 0 0.20 0.67 0.13 41.63 0.68 0.58
Hex DD B0 4A 0 14 43 D 2A 44 3A
Octal 335 260 112 0 24 103 15 52 104 72
Binary 11011101 10110000 1001010 0 10100 1000011 1101 101010 1000100 111010

Color Harmonies of #DDB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB04A

Black with #DDB04A

Text Example


Text Example

White with #DDB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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