Html Css Color HEX #DDB54B Rob Roy

📋 copy color: '#DDB54B'

red 221 ◦ green 181 ◦ blue 75

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

Shades of Rob Roy #DDB54B

Tints of Rob Roy #DDB54B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.95%

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

R = 46.33%
G = 37.95%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDB54B (or 0xDDB54B) is known color: Rob Roy. HEX triplet: DD, B5 and 4B. RGB value is (221,181,75). Sum of RGB (Red+Green+Blue) = 221+181+75=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB54B is #224AB4. Grayscale: #B5B5B5. Windows color (decimal): -2247349 or 4961757. OLE color: 4961757.

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

Color convert

RGB 221 181 75 -
CMYK 0 0.18 0.66 0.13
HSL 43.56º 0.68% 0.58% -
HSV(B) 43.56º 0.66% 0.87% -
XYZ 47.61 48.93 13.59 -
YUV 180.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 221 181 75 0 0.18 0.66 0.13 43.56 0.68 0.58
Hex DD B5 4B 0 12 42 D 2C 44 3A
Octal 335 265 113 0 22 102 15 54 104 72
Binary 11011101 10110101 1001011 0 10010 1000010 1101 101100 1000100 111010

Color Harmonies of #DDB54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB54B

Black with #DDB54B

Text Example


Text Example

White with #DDB54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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