Html Css Color HEX #DDB54A Rob Roy

📋 copy color: '#DDB54A'

red 221 ◦ green 181 ◦ blue 74

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

Shades of Rob Roy #DDB54A

Tints of Rob Roy #DDB54A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

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

R = 46.43%
G = 38.03%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB54A (or 0xDDB54A) is known color: Rob Roy. HEX triplet: DD, B5 and 4A. RGB value is (221,181,74). Sum of RGB (Red+Green+Blue) = 221+181+74=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB54A is #224AB5. Grayscale: #B5B5B5. Windows color (decimal): -2247350 or 4896221. OLE color: 4896221.

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

Color convert

RGB 221 181 74 -
CMYK 0 0.18 0.67 0.13
HSL 43.67º 0.68% 0.58% -
HSV(B) 43.67º 0.67% 0.87% -
XYZ 47.58 48.91 13.41 -
YUV 180.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 221 181 74 0 0.18 0.67 0.13 43.67 0.68 0.58
Hex DD B5 4A 0 12 43 D 2C 44 3A
Octal 335 265 112 0 22 103 15 54 104 72
Binary 11011101 10110101 1001010 0 10010 1000011 1101 101100 1000100 111010

Color Harmonies of #DDB54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB54A

Black with #DDB54A

Text Example


Text Example

White with #DDB54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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