Html Css Color HEX #DA8F02 Gamboge

📋 copy color: '#DA8F02'

red 218 ◦ green 143 ◦ blue 2

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

Shades of Gamboge #DA8F02

Tints of Gamboge #DA8F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.39%

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

R = 60.06%
G = 39.39%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA8F02 (or 0xDA8F02) is known color: Gamboge. HEX triplet: DA, 8F and 02. RGB value is (218,143,2). Sum of RGB (Red+Green+Blue) = 218+143+2=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8F02 is #2570FD. Grayscale: #959595. Windows color (decimal): -2453758 or 167898. OLE color: 167898.

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

Color convert

RGB 218 143 2 -
CMYK 0 0.34 0.99 0.15
HSL 39.17º 0.98% 0.43% -
HSV(B) 39.17º 0.99% 0.85% -
XYZ 38.75 34.55 4.68 -
YUV 149.35 44.85 176.96 -
System Red Green Blue C M Y K H S L
Decimal 218 143 2 0 0.34 0.99 0.15 39.17 0.98 0.43
Hex DA 8F 2 0 22 63 F 27 62 2B
Octal 332 217 2 0 42 143 17 47 142 53
Binary 11011010 10001111 10 0 100010 1100011 1111 100111 1100010 101011

Color Harmonies of #DA8F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F02

Black with #DA8F02

Text Example


Text Example

White with #DA8F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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