Html Css Color HEX #DDB14B Rob Roy

📋 copy color: '#DDB14B'

red 221 ◦ green 177 ◦ blue 75

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

Shades of Rob Roy #DDB14B

Tints of Rob Roy #DDB14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.86%

R = 46.72%
G = 37.42%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDB14B (or 0xDDB14B) is known color: Rob Roy. HEX triplet: DD, B1 and 4B. RGB value is (221,177,75). Sum of RGB (Red+Green+Blue) = 221+177+75=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB14B is #224EB4. Grayscale: #B2B2B2. Windows color (decimal): -2248373 or 4960733. OLE color: 4960733.

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

Color convert

RGB 221 177 75 -
CMYK 0 0.20 0.66 0.13
HSL 41.92º 0.68% 0.58% -
HSV(B) 41.92º 0.66% 0.87% -
XYZ 46.81 47.32 13.32 -
YUV 178.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 221 177 75 0 0.20 0.66 0.13 41.92 0.68 0.58
Hex DD B1 4B 0 14 42 D 2A 44 3A
Octal 335 261 113 0 24 102 15 52 104 72
Binary 11011101 10110001 1001011 0 10100 1000010 1101 101010 1000100 111010

Color Harmonies of #DDB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB14B

Black with #DDB14B

Text Example


Text Example

White with #DDB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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