Html Css Color HEX #DAB14C Rob Roy

📋 copy color: '#DAB14C'

red 218 ◦ green 177 ◦ blue 76

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

Shades of Rob Roy #DAB14C

Tints of Rob Roy #DAB14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.58%

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

R = 46.28%
G = 37.58%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAB14C (or 0xDAB14C) is known color: Rob Roy. HEX triplet: DA, B1 and 4C. RGB value is (218,177,76). Sum of RGB (Red+Green+Blue) = 218+177+76=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB14C is #254EB3. Grayscale: #B2B2B2. Windows color (decimal): -2444980 or 5026266. OLE color: 5026266.

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

Color convert

RGB 218 177 76 -
CMYK 0 0.19 0.65 0.15
HSL 42.68º 0.66% 0.58% -
HSV(B) 42.68º 0.65% 0.85% -
XYZ 45.94 46.87 13.46 -
YUV 177.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 218 177 76 0 0.19 0.65 0.15 42.68 0.66 0.58
Hex DA B1 4C 0 13 41 F 2B 42 3A
Octal 332 261 114 0 23 101 17 53 102 72
Binary 11011010 10110001 1001100 0 10011 1000001 1111 101011 1000010 111010

Color Harmonies of #DAB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB14C

Black with #DAB14C

Text Example


Text Example

White with #DAB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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