Html Css Color HEX #DBB74B Rob Roy

📋 copy color: '#DBB74B'

red 219 ◦ green 183 ◦ blue 75

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

Shades of Rob Roy #DBB74B

Tints of Rob Roy #DBB74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.36%

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

R = 45.91%
G = 38.36%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBB74B (or 0xDBB74B) is known color: Rob Roy. HEX triplet: DB, B7 and 4B. RGB value is (219,183,75). Sum of RGB (Red+Green+Blue) = 219+183+75=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB74B is #2448B4. Grayscale: #B5B5B5. Windows color (decimal): -2377909 or 4962267. OLE color: 4962267.

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

Color convert

RGB 219 183 75 -
CMYK 0 0.16 0.66 0.14
HSL 45º 0.67% 0.58% -
HSV(B) 45º 0.66% 0.86% -
XYZ 47.42 49.44 13.7 -
YUV 181.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 219 183 75 0 0.16 0.66 0.14 45 0.67 0.58
Hex DB B7 4B 0 10 42 E 2D 43 3A
Octal 333 267 113 0 20 102 16 55 103 72
Binary 11011011 10110111 1001011 0 10000 1000010 1110 101101 1000011 111010

Color Harmonies of #DBB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB74B

Black with #DBB74B

Text Example


Text Example

White with #DBB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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