Html Css Color HEX #DDB44B Rob Roy

📋 copy color: '#DDB44B'

red 221 ◦ green 180 ◦ blue 75

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

Shades of Rob Roy #DDB44B

Tints of Rob Roy #DDB44B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.82%

 BLUE value IS 75 (29.69% from 255) = 15.76%

R = 46.43%
G = 37.82%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDB44B (or 0xDDB44B) is known color: Rob Roy. HEX triplet: DD, B4 and 4B. RGB value is (221,180,75). Sum of RGB (Red+Green+Blue) = 221+180+75=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB44B is #224BB4. Grayscale: #B4B4B4. Windows color (decimal): -2247605 or 4961501. OLE color: 4961501.

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

Color convert

RGB 221 180 75 -
CMYK 0 0.19 0.66 0.13
HSL 43.15º 0.68% 0.58% -
HSV(B) 43.15º 0.66% 0.87% -
XYZ 47.41 48.52 13.52 -
YUV 180.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 221 180 75 0 0.19 0.66 0.13 43.15 0.68 0.58
Hex DD B4 4B 0 13 42 D 2B 44 3A
Octal 335 264 113 0 23 102 15 53 104 72
Binary 11011101 10110100 1001011 0 10011 1000010 1101 101011 1000100 111010

Color Harmonies of #DDB44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB44B

Black with #DDB44B

Text Example


Text Example

White with #DDB44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB44B; }

 p { color: rgb(221,180,75); }

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

background-color css

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

 a { background-color: rgb(221,180,75); }

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

border-color css

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

 span { border-color: rgb(221,180,75); }

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