Html Css Color HEX #DFAB02 Gamboge

📋 copy color: '#DFAB02'

red 223 ◦ green 171 ◦ blue 2

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

Shades of Gamboge #DFAB02

Tints of Gamboge #DFAB02

RGB

 RED value IS 223 (87.5% from 255) = 56.31%

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

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

R = 56.31%
G = 43.18%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFAB02 (or 0xDFAB02) is known color: Gamboge. HEX triplet: DF, AB and 02. RGB value is (223,171,2). Sum of RGB (Red+Green+Blue) = 223+171+2=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB02 is #2054FD. Grayscale: #A8A8A8. Windows color (decimal): -2118910 or 175071. OLE color: 175071.

HSL color Cylindrical-coordinate representation of color #DFAB02: hue angle of 45.88º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFAB02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 171 2 -
CMYK 0 0.23 0.99 0.13
HSL 45.88º 0.98% 0.44% -
HSV(B) 45.88º 0.99% 0.87% -
XYZ 45.01 44.82 6.34 -
YUV 167.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 223 171 2 0 0.23 0.99 0.13 45.88 0.98 0.44
Hex DF AB 2 0 17 63 D 2E 62 2C
Octal 337 253 2 0 27 143 15 56 142 54
Binary 11011111 10101011 10 0 10111 1100011 1101 101110 1100010 101100

Color Harmonies of #DFAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB02

Black with #DFAB02

Text Example


Text Example

White with #DFAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB02; }

 p { color: rgb(223,171,2); }

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

background-color css

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

 a { background-color: rgb(223,171,2); }

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

border-color css

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

 span { border-color: rgb(223,171,2); }

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