Html Css Color HEX #DAB74C Rob Roy

📋 copy color: '#DAB74C'

red 218 ◦ green 183 ◦ blue 76

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

Shades of Rob Roy #DAB74C

Tints of Rob Roy #DAB74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.93%

R = 45.7%
G = 38.36%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAB74C (or 0xDAB74C) is known color: Rob Roy. HEX triplet: DA, B7 and 4C. RGB value is (218,183,76). Sum of RGB (Red+Green+Blue) = 218+183+76=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB74C is #2548B3. Grayscale: #B5B5B5. Windows color (decimal): -2443444 or 5027802. OLE color: 5027802.

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

Color convert

RGB 218 183 76 -
CMYK 0 0.16 0.65 0.15
HSL 45.21º 0.66% 0.58% -
HSV(B) 45.21º 0.65% 0.85% -
XYZ 47.15 49.29 13.87 -
YUV 181.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 218 183 76 0 0.16 0.65 0.15 45.21 0.66 0.58
Hex DA B7 4C 0 10 41 F 2D 42 3A
Octal 332 267 114 0 20 101 17 55 102 72
Binary 11011010 10110111 1001100 0 10000 1000001 1111 101101 1000010 111010

Color Harmonies of #DAB74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB74C

Black with #DAB74C

Text Example


Text Example

White with #DAB74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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