Html Css Color HEX #DDB254 Rob Roy

📋 copy color: '#DDB254'

red 221 ◦ green 178 ◦ blue 84

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

Shades of Rob Roy #DDB254

Tints of Rob Roy #DDB254

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

 BLUE value IS 84 (33.2% from 255) = 17.39%

R = 45.76%
G = 36.85%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDB254 (or 0xDDB254) is known color: Rob Roy. HEX triplet: DD, B2 and 54. RGB value is (221,178,84). Sum of RGB (Red+Green+Blue) = 221+178+84=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB254 is #224DAB. Grayscale: #B4B4B4. Windows color (decimal): -2248108 or 5550813. OLE color: 5550813.

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

Color convert

RGB 221 178 84 -
CMYK 0 0.19 0.62 0.13
HSL 41.17º 0.67% 0.6% -
HSV(B) 41.17º 0.62% 0.87% -
XYZ 47.34 47.85 15.13 -
YUV 180.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 221 178 84 0 0.19 0.62 0.13 41.17 0.67 0.6
Hex DD B2 54 0 13 3E D 29 43 3C
Octal 335 262 124 0 23 76 15 51 103 74
Binary 11011101 10110010 1010100 0 10011 111110 1101 101001 1000011 111100

Color Harmonies of #DDB254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB254

Black with #DDB254

Text Example


Text Example

White with #DDB254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB254; }

 p { color: rgb(221,178,84); }

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

background-color css

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

 a { background-color: rgb(221,178,84); }

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

border-color css

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

 span { border-color: rgb(221,178,84); }

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