Html Css Color HEX #DAB24B Rob Roy

📋 copy color: '#DAB24B'

red 218 ◦ green 178 ◦ blue 75

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

Shades of Rob Roy #DAB24B

Tints of Rob Roy #DAB24B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.79%

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

R = 46.28%
G = 37.79%
B = 15.92%

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

#DAB24B (or 0xDAB24B) is known color: Rob Roy. HEX triplet: DA, B2 and 4B. RGB value is (218,178,75). Sum of RGB (Red+Green+Blue) = 218+178+75=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB24B is #254DB4. Grayscale: #B2B2B2. Windows color (decimal): -2444725 or 4960986. OLE color: 4960986.

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

Color convert

RGB 218 178 75 -
CMYK 0 0.18 0.66 0.15
HSL 43.22º 0.66% 0.57% -
HSV(B) 43.22º 0.66% 0.85% -
XYZ 46.1 47.25 13.35 -
YUV 178.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 218 178 75 0 0.18 0.66 0.15 43.22 0.66 0.57
Hex DA B2 4B 0 12 42 F 2B 42 39
Octal 332 262 113 0 22 102 17 53 102 71
Binary 11011010 10110010 1001011 0 10010 1000010 1111 101011 1000010 111001

Color Harmonies of #DAB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB24B

Black with #DAB24B

Text Example


Text Example

White with #DAB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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