Html Css Color HEX #DDB258 Rob Roy

📋 copy color: '#DDB258'

red 221 ◦ green 178 ◦ blue 88

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

Shades of Rob Roy #DDB258

Tints of Rob Roy #DDB258

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

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

R = 45.38%
G = 36.55%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDB258 (or 0xDDB258) is known color: Rob Roy. HEX triplet: DD, B2 and 58. RGB value is (221,178,88). Sum of RGB (Red+Green+Blue) = 221+178+88=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB258 is #224DA7. Grayscale: #B5B5B5. Windows color (decimal): -2248104 or 5812957. OLE color: 5812957.

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

Color convert

RGB 221 178 88 -
CMYK 0 0.19 0.60 0.13
HSL 40.6º 0.66% 0.61% -
HSV(B) 40.6º 0.6% 0.87% -
XYZ 47.5 47.92 15.98 -
YUV 180.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 221 178 88 0 0.19 0.60 0.13 40.6 0.66 0.61
Hex DD B2 58 0 13 3C D 29 42 3D
Octal 335 262 130 0 23 74 15 51 102 75
Binary 11011101 10110010 1011000 0 10011 111100 1101 101001 1000010 111101

Color Harmonies of #DDB258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB258

Black with #DDB258

Text Example


Text Example

White with #DDB258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB258; }

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

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

background-color css

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

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

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

border-color css

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

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

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