Html Css Color HEX #DA9E02 Gamboge

📋 copy color: '#DA9E02'

red 218 ◦ green 158 ◦ blue 2

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

Shades of Gamboge #DA9E02

Tints of Gamboge #DA9E02

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

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

R = 57.67%
G = 41.8%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA9E02 (or 0xDA9E02) is known color: Gamboge. HEX triplet: DA, 9E and 02. RGB value is (218,158,2). Sum of RGB (Red+Green+Blue) = 218+158+2=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9E02 is #2561FD. Grayscale: #9E9E9E. Windows color (decimal): -2449918 or 171738. OLE color: 171738.

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

Color convert

RGB 218 158 2 -
CMYK 0 0.28 0.99 0.15
HSL 43.33º 0.98% 0.43% -
HSV(B) 43.33º 0.99% 0.85% -
XYZ 41.15 39.36 5.49 -
YUV 158.16 39.88 170.68 -
System Red Green Blue C M Y K H S L
Decimal 218 158 2 0 0.28 0.99 0.15 43.33 0.98 0.43
Hex DA 9E 2 0 1C 63 F 2B 62 2B
Octal 332 236 2 0 34 143 17 53 142 53
Binary 11011010 10011110 10 0 11100 1100011 1111 101011 1100010 101011

Color Harmonies of #DA9E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E02

Black with #DA9E02

Text Example


Text Example

White with #DA9E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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