Html Css Color HEX #DDB24F Rob Roy

📋 copy color: '#DDB24F'

red 221 ◦ green 178 ◦ blue 79

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

Shades of Rob Roy #DDB24F

Tints of Rob Roy #DDB24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.53%

R = 46.23%
G = 37.24%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDB24F (or 0xDDB24F) is known color: Rob Roy. HEX triplet: DD, B2 and 4F. RGB value is (221,178,79). Sum of RGB (Red+Green+Blue) = 221+178+79=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB24F is #224DB0. Grayscale: #B4B4B4. Windows color (decimal): -2248113 or 5223133. OLE color: 5223133.

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

Color convert

RGB 221 178 79 -
CMYK 0 0.19 0.64 0.13
HSL 41.83º 0.68% 0.59% -
HSV(B) 41.83º 0.64% 0.87% -
XYZ 47.15 47.78 14.13 -
YUV 179.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 221 178 79 0 0.19 0.64 0.13 41.83 0.68 0.59
Hex DD B2 4F 0 13 40 D 2A 44 3B
Octal 335 262 117 0 23 100 15 52 104 73
Binary 11011101 10110010 1001111 0 10011 1000000 1101 101010 1000100 111011

Color Harmonies of #DDB24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB24F

Black with #DDB24F

Text Example


Text Example

White with #DDB24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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