Html Css Color HEX #DAAB08 Gamboge

📋 copy color: '#DAAB08'

red 218 ◦ green 171 ◦ blue 8

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

Shades of Gamboge #DAAB08

Tints of Gamboge #DAAB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 54.91%
G = 43.07%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAAB08 (or 0xDAAB08) is known color: Gamboge. HEX triplet: DA, AB and 08. RGB value is (218,171,8). Sum of RGB (Red+Green+Blue) = 218+171+8=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAB08 is #2554F7. Grayscale: #A7A7A7. Windows color (decimal): -2446584 or 568282. OLE color: 568282.

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

Color convert

RGB 218 171 8 -
CMYK 0 0.22 0.96 0.15
HSL 46.57º 0.93% 0.44% -
HSV(B) 46.57º 0.96% 0.85% -
XYZ 43.52 44.05 6.44 -
YUV 166.47 38.57 164.75 -
System Red Green Blue C M Y K H S L
Decimal 218 171 8 0 0.22 0.96 0.15 46.57 0.93 0.44
Hex DA AB 8 0 16 60 F 2F 5D 2C
Octal 332 253 10 0 26 140 17 57 135 54
Binary 11011010 10101011 1000 0 10110 1100000 1111 101111 1011101 101100

Color Harmonies of #DAAB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB08

Black with #DAAB08

Text Example


Text Example

White with #DAAB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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