Html Css Color HEX #DAB452 Rob Roy

📋 copy color: '#DAB452'

red 218 ◦ green 180 ◦ blue 82

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

Shades of Rob Roy #DAB452

Tints of Rob Roy #DAB452

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.5%

 BLUE value IS 82 (32.42% from 255) = 17.08%

R = 45.42%
G = 37.5%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAB452 (or 0xDAB452) is known color: Rob Roy. HEX triplet: DA, B4 and 52. RGB value is (218,180,82). Sum of RGB (Red+Green+Blue) = 218+180+82=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB452 is #254BAD. Grayscale: #B4B4B4. Windows color (decimal): -2444206 or 5420250. OLE color: 5420250.

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

Color convert

RGB 218 180 82 -
CMYK 0 0.17 0.62 0.15
HSL 43.24º 0.65% 0.59% -
HSV(B) 43.24º 0.62% 0.85% -
XYZ 46.76 48.16 14.81 -
YUV 180.19 72.59 154.97 -
System Red Green Blue C M Y K H S L
Decimal 218 180 82 0 0.17 0.62 0.15 43.24 0.65 0.59
Hex DA B4 52 0 11 3E F 2B 41 3B
Octal 332 264 122 0 21 76 17 53 101 73
Binary 11011010 10110100 1010010 0 10001 111110 1111 101011 1000001 111011

Color Harmonies of #DAB452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB452

Black with #DAB452

Text Example


Text Example

White with #DAB452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB452; }

 p { color: rgb(218,180,82); }

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

background-color css

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

 a { background-color: rgb(218,180,82); }

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

border-color css

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

 span { border-color: rgb(218,180,82); }

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