Html Css Color HEX #DDB24B Rob Roy

📋 copy color: '#DDB24B'

red 221 ◦ green 178 ◦ blue 75

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

Shades of Rob Roy #DDB24B

Tints of Rob Roy #DDB24B

RGB

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

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

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

R = 46.62%
G = 37.55%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDB24B (or 0xDDB24B) is known color: Rob Roy. HEX triplet: DD, B2 and 4B. RGB value is (221,178,75). Sum of RGB (Red+Green+Blue) = 221+178+75=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB24B is #224DB4. Grayscale: #B3B3B3. Windows color (decimal): -2248117 or 4960989. OLE color: 4960989.

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

Color convert

RGB 221 178 75 -
CMYK 0 0.19 0.66 0.13
HSL 42.33º 0.68% 0.58% -
HSV(B) 42.33º 0.66% 0.87% -
XYZ 47.01 47.72 13.39 -
YUV 179.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 221 178 75 0 0.19 0.66 0.13 42.33 0.68 0.58
Hex DD B2 4B 0 13 42 D 2A 44 3A
Octal 335 262 113 0 23 102 15 52 104 72
Binary 11011101 10110010 1001011 0 10011 1000010 1101 101010 1000100 111010

Color Harmonies of #DDB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB24B

Black with #DDB24B

Text Example


Text Example

White with #DDB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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