Html Css Color HEX #DBB04B Rob Roy

📋 copy color: '#DBB04B'

red 219 ◦ green 176 ◦ blue 75

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

Shades of Rob Roy #DBB04B

Tints of Rob Roy #DBB04B

RGB

 RED value IS 219 (85.94% from 255) = 46.6%

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

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

R = 46.6%
G = 37.45%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBB04B (or 0xDBB04B) is known color: Rob Roy. HEX triplet: DB, B0 and 4B. RGB value is (219,176,75). Sum of RGB (Red+Green+Blue) = 219+176+75=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB04B is #244FB4. Grayscale: #B1B1B1. Windows color (decimal): -2379701 or 4960475. OLE color: 4960475.

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

Color convert

RGB 219 176 75 -
CMYK 0 0.20 0.66 0.14
HSL 42.08º 0.67% 0.58% -
HSV(B) 42.08º 0.66% 0.86% -
XYZ 46.01 46.62 13.23 -
YUV 177.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 219 176 75 0 0.20 0.66 0.14 42.08 0.67 0.58
Hex DB B0 4B 0 14 42 E 2A 43 3A
Octal 333 260 113 0 24 102 16 52 103 72
Binary 11011011 10110000 1001011 0 10100 1000010 1110 101010 1000011 111010

Color Harmonies of #DBB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB04B

Black with #DBB04B

Text Example


Text Example

White with #DBB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB04B; }

 p { color: rgb(219,176,75); }

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

background-color css

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

 a { background-color: rgb(219,176,75); }

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

border-color css

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

 span { border-color: rgb(219,176,75); }

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