Html Css Color HEX #DAB34A Rob Roy

📋 copy color: '#DAB34A'

red 218 ◦ green 179 ◦ blue 74

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

Shades of Rob Roy #DAB34A

Tints of Rob Roy #DAB34A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

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

R = 46.28%
G = 38%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB34A (or 0xDAB34A) is known color: Rob Roy. HEX triplet: DA, B3 and 4A. RGB value is (218,179,74). Sum of RGB (Red+Green+Blue) = 218+179+74=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB34A is #254CB5. Grayscale: #B3B3B3. Windows color (decimal): -2444470 or 4895706. OLE color: 4895706.

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

Color convert

RGB 218 179 74 -
CMYK 0 0.18 0.66 0.15
HSL 43.75º 0.66% 0.57% -
HSV(B) 43.75º 0.66% 0.85% -
XYZ 46.27 47.64 13.24 -
YUV 178.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 218 179 74 0 0.18 0.66 0.15 43.75 0.66 0.57
Hex DA B3 4A 0 12 42 F 2C 42 39
Octal 332 263 112 0 22 102 17 54 102 71
Binary 11011010 10110011 1001010 0 10010 1000010 1111 101100 1000010 111001

Color Harmonies of #DAB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB34A

Black with #DAB34A

Text Example


Text Example

White with #DAB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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