Html Css Color HEX #DAB14B Rob Roy

📋 copy color: '#DAB14B'

red 218 ◦ green 177 ◦ blue 75

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

Shades of Rob Roy #DAB14B

Tints of Rob Roy #DAB14B

RGB

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

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

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

R = 46.38%
G = 37.66%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB14B (or 0xDAB14B) is known color: Rob Roy. HEX triplet: DA, B1 and 4B. RGB value is (218,177,75). Sum of RGB (Red+Green+Blue) = 218+177+75=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB14B is #254EB4. Grayscale: #B2B2B2. Windows color (decimal): -2444981 or 4960730. OLE color: 4960730.

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

Color convert

RGB 218 177 75 -
CMYK 0 0.19 0.66 0.15
HSL 42.8º 0.66% 0.57% -
HSV(B) 42.8º 0.66% 0.85% -
XYZ 45.91 46.86 13.28 -
YUV 177.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 218 177 75 0 0.19 0.66 0.15 42.8 0.66 0.57
Hex DA B1 4B 0 13 42 F 2B 42 39
Octal 332 261 113 0 23 102 17 53 102 71
Binary 11011010 10110001 1001011 0 10011 1000010 1111 101011 1000010 111001

Color Harmonies of #DAB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB14B

Black with #DAB14B

Text Example


Text Example

White with #DAB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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