Html Css Color HEX #DDB64F Rob Roy

📋 copy color: '#DDB64F'

red 221 ◦ green 182 ◦ blue 79

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

Shades of Rob Roy #DDB64F

Tints of Rob Roy #DDB64F

RGB

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

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

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

R = 45.85%
G = 37.76%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDB64F (or 0xDDB64F) is known color: Rob Roy. HEX triplet: DD, B6 and 4F. RGB value is (221,182,79). Sum of RGB (Red+Green+Blue) = 221+182+79=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB64F is #2249B0. Grayscale: #B6B6B6. Windows color (decimal): -2247089 or 5224157. OLE color: 5224157.

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

Color convert

RGB 221 182 79 -
CMYK 0 0.18 0.64 0.13
HSL 43.52º 0.68% 0.59% -
HSV(B) 43.52º 0.64% 0.87% -
XYZ 47.96 49.39 14.4 -
YUV 181.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 221 182 79 0 0.18 0.64 0.13 43.52 0.68 0.59
Hex DD B6 4F 0 12 40 D 2C 44 3B
Octal 335 266 117 0 22 100 15 54 104 73
Binary 11011101 10110110 1001111 0 10010 1000000 1101 101100 1000100 111011

Color Harmonies of #DDB64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB64F

Black with #DDB64F

Text Example


Text Example

White with #DDB64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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