Html Css Color HEX #DAAB0B Gamboge

📋 copy color: '#DAAB0B'

red 218 ◦ green 171 ◦ blue 11

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

Shades of Gamboge #DAAB0B

Tints of Gamboge #DAAB0B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.75%

 BLUE value IS 11 (4.69% from 255) = 2.75%

R = 54.5%
G = 42.75%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAAB0B (or 0xDAAB0B) is known color: Gamboge. HEX triplet: DA, AB and 0B. RGB value is (218,171,11). Sum of RGB (Red+Green+Blue) = 218+171+11=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAB0B is #2554F4. Grayscale: #A7A7A7. Windows color (decimal): -2446581 or 764890. OLE color: 764890.

HSL color Cylindrical-coordinate representation of color #DAAB0B: hue angle of 46.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAAB0B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 171 11 -
CMYK 0 0.22 0.95 0.15
HSL 46.38º 0.9% 0.45% -
HSV(B) 46.38º 0.95% 0.85% -
XYZ 43.54 44.06 6.53 -
YUV 166.81 40.07 164.51 -
System Red Green Blue C M Y K H S L
Decimal 218 171 11 0 0.22 0.95 0.15 46.38 0.9 0.45
Hex DA AB B 0 16 5F F 2E 5A 2D
Octal 332 253 13 0 26 137 17 56 132 55
Binary 11011010 10101011 1011 0 10110 1011111 1111 101110 1011010 101101

Color Harmonies of #DAAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB0B

Black with #DAAB0B

Text Example


Text Example

White with #DAAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB0B; }

 p { color: rgb(218,171,11); }

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

background-color css

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

 a { background-color: rgb(218,171,11); }

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

border-color css

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

 span { border-color: rgb(218,171,11); }

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