Html Css Color HEX #DAB74A Rob Roy

📋 copy color: '#DAB74A'

red 218 ◦ green 183 ◦ blue 74

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

Shades of Rob Roy #DAB74A

Tints of Rob Roy #DAB74A

RGB

 RED value IS 218 (85.55% from 255) = 45.89%

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

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 45.89%
G = 38.53%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB74A (or 0xDAB74A) is known color: Rob Roy. HEX triplet: DA, B7 and 4A. RGB value is (218,183,74). Sum of RGB (Red+Green+Blue) = 218+183+74=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB74A is #2548B5. Grayscale: #B5B5B5. Windows color (decimal): -2443446 or 4896730. OLE color: 4896730.

HSL color Cylindrical-coordinate representation of color #DAB74A: hue angle of 45.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAB74A is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 74 -
CMYK 0 0.16 0.66 0.15
HSL 45.42º 0.66% 0.57% -
HSV(B) 45.42º 0.66% 0.85% -
XYZ 47.08 49.27 13.51 -
YUV 181.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 218 183 74 0 0.16 0.66 0.15 45.42 0.66 0.57
Hex DA B7 4A 0 10 42 F 2D 42 39
Octal 332 267 112 0 20 102 17 55 102 71
Binary 11011010 10110111 1001010 0 10000 1000010 1111 101101 1000010 111001

Color Harmonies of #DAB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB74A

Black with #DAB74A

Text Example


Text Example

White with #DAB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB74A; }

 p { color: rgb(218,183,74); }

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

background-color css

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

 a { background-color: rgb(218,183,74); }

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

border-color css

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

 span { border-color: rgb(218,183,74); }

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