Html Css Color HEX #DDB058 Rob Roy

📋 copy color: '#DDB058'

red 221 ◦ green 176 ◦ blue 88

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

Shades of Rob Roy #DDB058

Tints of Rob Roy #DDB058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.14%

R = 45.57%
G = 36.29%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDB058 (or 0xDDB058) is known color: Rob Roy. HEX triplet: DD, B0 and 58. RGB value is (221,176,88). Sum of RGB (Red+Green+Blue) = 221+176+88=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB058 is #224FA7. Grayscale: #B3B3B3. Windows color (decimal): -2248616 or 5812445. OLE color: 5812445.

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

Color convert

RGB 221 176 88 -
CMYK 0 0.20 0.60 0.13
HSL 39.7º 0.66% 0.61% -
HSV(B) 39.7º 0.6% 0.87% -
XYZ 47.11 47.13 15.85 -
YUV 179.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 221 176 88 0 0.20 0.60 0.13 39.7 0.66 0.61
Hex DD B0 58 0 14 3C D 28 42 3D
Octal 335 260 130 0 24 74 15 50 102 75
Binary 11011101 10110000 1011000 0 10100 111100 1101 101000 1000010 111101

Color Harmonies of #DDB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB058

Black with #DDB058

Text Example


Text Example

White with #DDB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB058; }

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

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

background-color css

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

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

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

border-color css

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

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

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