Html Css Color HEX #DDB653 Rob Roy

📋 copy color: '#DDB653'

red 221 ◦ green 182 ◦ blue 83

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

Shades of Rob Roy #DDB653

Tints of Rob Roy #DDB653

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

 BLUE value IS 83 (32.81% from 255) = 17.08%

R = 45.47%
G = 37.45%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDB653 (or 0xDDB653) is known color: Rob Roy. HEX triplet: DD, B6 and 53. RGB value is (221,182,83). Sum of RGB (Red+Green+Blue) = 221+182+83=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB653 is #2249AC. Grayscale: #B6B6B6. Windows color (decimal): -2247085 or 5486301. OLE color: 5486301.

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

Color convert

RGB 221 182 83 -
CMYK 0 0.18 0.62 0.13
HSL 43.04º 0.67% 0.6% -
HSV(B) 43.04º 0.62% 0.87% -
XYZ 48.11 49.45 15.19 -
YUV 182.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 221 182 83 0 0.18 0.62 0.13 43.04 0.67 0.6
Hex DD B6 53 0 12 3E D 2B 43 3C
Octal 335 266 123 0 22 76 15 53 103 74
Binary 11011101 10110110 1010011 0 10010 111110 1101 101011 1000011 111100

Color Harmonies of #DDB653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB653

Black with #DDB653

Text Example


Text Example

White with #DDB653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB653; }

 p { color: rgb(221,182,83); }

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

background-color css

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

 a { background-color: rgb(221,182,83); }

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

border-color css

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

 span { border-color: rgb(221,182,83); }

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