Html Css Color HEX #DDB04F Rob Roy

📋 copy color: '#DDB04F'

red 221 ◦ green 176 ◦ blue 79

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

Shades of Rob Roy #DDB04F

Tints of Rob Roy #DDB04F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.97%

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

R = 46.43%
G = 36.97%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDB04F (or 0xDDB04F) is known color: Rob Roy. HEX triplet: DD, B0 and 4F. RGB value is (221,176,79). Sum of RGB (Red+Green+Blue) = 221+176+79=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB04F is #224FB0. Grayscale: #B2B2B2. Windows color (decimal): -2248625 or 5222621. OLE color: 5222621.

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

Color convert

RGB 221 176 79 -
CMYK 0 0.20 0.64 0.13
HSL 40.99º 0.68% 0.59% -
HSV(B) 40.99º 0.64% 0.87% -
XYZ 46.76 46.99 14 -
YUV 178.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 221 176 79 0 0.20 0.64 0.13 40.99 0.68 0.59
Hex DD B0 4F 0 14 40 D 29 44 3B
Octal 335 260 117 0 24 100 15 51 104 73
Binary 11011101 10110000 1001111 0 10100 1000000 1101 101001 1000100 111011

Color Harmonies of #DDB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB04F

Black with #DDB04F

Text Example


Text Example

White with #DDB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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