Html Css Color HEX #DDB34F Rob Roy

📋 copy color: '#DDB34F'

red 221 ◦ green 179 ◦ blue 79

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

Shades of Rob Roy #DDB34F

Tints of Rob Roy #DDB34F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.37%

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

R = 46.14%
G = 37.37%
B = 16.49%

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

#DDB34F (or 0xDDB34F) is known color: Rob Roy. HEX triplet: DD, B3 and 4F. RGB value is (221,179,79). Sum of RGB (Red+Green+Blue) = 221+179+79=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB34F is #224CB0. Grayscale: #B4B4B4. Windows color (decimal): -2247857 or 5223389. OLE color: 5223389.

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

Color convert

RGB 221 179 79 -
CMYK 0 0.19 0.64 0.13
HSL 42.25º 0.68% 0.59% -
HSV(B) 42.25º 0.64% 0.87% -
XYZ 47.35 48.18 14.2 -
YUV 180.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 221 179 79 0 0.19 0.64 0.13 42.25 0.68 0.59
Hex DD B3 4F 0 13 40 D 2A 44 3B
Octal 335 263 117 0 23 100 15 52 104 73
Binary 11011101 10110011 1001111 0 10011 1000000 1101 101010 1000100 111011

Color Harmonies of #DDB34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB34F

Black with #DDB34F

Text Example


Text Example

White with #DDB34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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