Html Css Color HEX #DDB754 Rob Roy

📋 copy color: '#DDB754'

red 221 ◦ green 183 ◦ blue 84

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

Shades of Rob Roy #DDB754

Tints of Rob Roy #DDB754

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.5%

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

R = 45.29%
G = 37.5%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDB754 (or 0xDDB754) is known color: Rob Roy. HEX triplet: DD, B7 and 54. RGB value is (221,183,84). Sum of RGB (Red+Green+Blue) = 221+183+84=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB754 is #2248AB. Grayscale: #B7B7B7. Windows color (decimal): -2246828 or 5552093. OLE color: 5552093.

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

Color convert

RGB 221 183 84 -
CMYK 0 0.17 0.62 0.13
HSL 43.36º 0.67% 0.6% -
HSV(B) 43.36º 0.62% 0.87% -
XYZ 48.35 49.88 15.47 -
YUV 183.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 221 183 84 0 0.17 0.62 0.13 43.36 0.67 0.6
Hex DD B7 54 0 11 3E D 2B 43 3C
Octal 335 267 124 0 21 76 15 53 103 74
Binary 11011101 10110111 1010100 0 10001 111110 1101 101011 1000011 111100

Color Harmonies of #DDB754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB754

Black with #DDB754

Text Example


Text Example

White with #DDB754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB754; }

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

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

background-color css

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

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

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

border-color css

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

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

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