Html Css Color HEX #DA8A02 Gamboge

📋 copy color: '#DA8A02'

red 218 ◦ green 138 ◦ blue 2

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

Shades of Gamboge #DA8A02

Tints of Gamboge #DA8A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 60.89%
G = 38.55%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA8A02 (or 0xDA8A02) is known color: Gamboge. HEX triplet: DA, 8A and 02. RGB value is (218,138,2). Sum of RGB (Red+Green+Blue) = 218+138+2=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8A02 is #2575FD. Grayscale: #939393. Windows color (decimal): -2455038 or 166618. OLE color: 166618.

HSL color Cylindrical-coordinate representation of color #DA8A02: hue angle of 37.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA8A02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 2 -
CMYK 0 0.37 0.99 0.15
HSL 37.78º 0.98% 0.43% -
HSV(B) 37.78º 0.99% 0.85% -
XYZ 38.01 33.09 4.44 -
YUV 146.42 46.5 179.06 -
System Red Green Blue C M Y K H S L
Decimal 218 138 2 0 0.37 0.99 0.15 37.78 0.98 0.43
Hex DA 8A 2 0 25 63 F 26 62 2B
Octal 332 212 2 0 45 143 17 46 142 53
Binary 11011010 10001010 10 0 100101 1100011 1111 100110 1100010 101011

Color Harmonies of #DA8A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A02

Black with #DA8A02

Text Example


Text Example

White with #DA8A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A02; }

 p { color: rgb(218,138,2); }

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

background-color css

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

 a { background-color: rgb(218,138,2); }

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

border-color css

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

 span { border-color: rgb(218,138,2); }

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