Html Css Color HEX #DDB14F Rob Roy

📋 copy color: '#DDB14F'

red 221 ◦ green 177 ◦ blue 79

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

Shades of Rob Roy #DDB14F

Tints of Rob Roy #DDB14F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.11%

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

R = 46.33%
G = 37.11%
B = 16.56%

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

#DDB14F (or 0xDDB14F) is known color: Rob Roy. HEX triplet: DD, B1 and 4F. RGB value is (221,177,79). Sum of RGB (Red+Green+Blue) = 221+177+79=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB14F is #224EB0. Grayscale: #B3B3B3. Windows color (decimal): -2248369 or 5222877. OLE color: 5222877.

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

Color convert

RGB 221 177 79 -
CMYK 0 0.20 0.64 0.13
HSL 41.41º 0.68% 0.59% -
HSV(B) 41.41º 0.64% 0.87% -
XYZ 46.95 47.38 14.07 -
YUV 178.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 221 177 79 0 0.20 0.64 0.13 41.41 0.68 0.59
Hex DD B1 4F 0 14 40 D 29 44 3B
Octal 335 261 117 0 24 100 15 51 104 73
Binary 11011101 10110001 1001111 0 10100 1000000 1101 101001 1000100 111011

Color Harmonies of #DDB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB14F

Black with #DDB14F

Text Example


Text Example

White with #DDB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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