Html Css Color HEX #DDB255 Rob Roy

📋 copy color: '#DDB255'

red 221 ◦ green 178 ◦ blue 85

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

Shades of Rob Roy #DDB255

Tints of Rob Roy #DDB255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.56%

R = 45.66%
G = 36.78%
B = 17.56%

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

#DDB255 (or 0xDDB255) is known color: Rob Roy. HEX triplet: DD, B2 and 55. RGB value is (221,178,85). Sum of RGB (Red+Green+Blue) = 221+178+85=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB255 is #224DAA. Grayscale: #B4B4B4. Windows color (decimal): -2248107 or 5616349. OLE color: 5616349.

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

Color convert

RGB 221 178 85 -
CMYK 0 0.19 0.62 0.13
HSL 41.03º 0.67% 0.6% -
HSV(B) 41.03º 0.62% 0.87% -
XYZ 47.38 47.87 15.34 -
YUV 180.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 221 178 85 0 0.19 0.62 0.13 41.03 0.67 0.6
Hex DD B2 55 0 13 3E D 29 43 3C
Octal 335 262 125 0 23 76 15 51 103 74
Binary 11011101 10110010 1010101 0 10011 111110 1101 101001 1000011 111100

Color Harmonies of #DDB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB255

Black with #DDB255

Text Example


Text Example

White with #DDB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB255; }

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

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

background-color css

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

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

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

border-color css

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

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

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