Html Css Color HEX #DDB14A Rob Roy

📋 copy color: '#DDB14A'

red 221 ◦ green 177 ◦ blue 74

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

Shades of Rob Roy #DDB14A

Tints of Rob Roy #DDB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

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

R = 46.82%
G = 37.5%
B = 15.68%

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

#DDB14A (or 0xDDB14A) is known color: Rob Roy. HEX triplet: DD, B1 and 4A. RGB value is (221,177,74). Sum of RGB (Red+Green+Blue) = 221+177+74=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB14A is #224EB5. Grayscale: #B2B2B2. Windows color (decimal): -2248374 or 4895197. OLE color: 4895197.

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

Color convert

RGB 221 177 74 -
CMYK 0 0.20 0.67 0.13
HSL 42.04º 0.68% 0.58% -
HSV(B) 42.04º 0.67% 0.87% -
XYZ 46.78 47.31 13.15 -
YUV 178.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 221 177 74 0 0.20 0.67 0.13 42.04 0.68 0.58
Hex DD B1 4A 0 14 43 D 2A 44 3A
Octal 335 261 112 0 24 103 15 52 104 72
Binary 11011101 10110001 1001010 0 10100 1000011 1101 101010 1000100 111010

Color Harmonies of #DDB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB14A

Black with #DDB14A

Text Example


Text Example

White with #DDB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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