Html Css Color HEX #DAA84B Rob Roy

📋 copy color: '#DAA84B'

red 218 ◦ green 168 ◦ blue 75

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

Shades of Rob Roy #DAA84B

Tints of Rob Roy #DAA84B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

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

R = 47.29%
G = 36.44%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAA84B (or 0xDAA84B) is known color: Rob Roy. HEX triplet: DA, A8 and 4B. RGB value is (218,168,75). Sum of RGB (Red+Green+Blue) = 218+168+75=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA84B is #2557B4. Grayscale: #ACACAC. Windows color (decimal): -2447285 or 4958426. OLE color: 4958426.

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

Color convert

RGB 218 168 75 -
CMYK 0 0.23 0.66 0.15
HSL 39.02º 0.66% 0.57% -
HSV(B) 39.02º 0.66% 0.85% -
XYZ 44.19 43.42 12.71 -
YUV 172.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 218 168 75 0 0.23 0.66 0.15 39.02 0.66 0.57
Hex DA A8 4B 0 17 42 F 27 42 39
Octal 332 250 113 0 27 102 17 47 102 71
Binary 11011010 10101000 1001011 0 10111 1000010 1111 100111 1000010 111001

Color Harmonies of #DAA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA84B

Black with #DAA84B

Text Example


Text Example

White with #DAA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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