Html Css Color HEX #D7AB0C Gamboge

📋 copy color: '#D7AB0C'

red 215 ◦ green 171 ◦ blue 12

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

Shades of Gamboge #D7AB0C

Tints of Gamboge #D7AB0C

RGB

 RED value IS 215 (84.38% from 255) = 54.02%

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 54.02%
G = 42.96%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7AB0C (or 0xD7AB0C) is known color: Gamboge. HEX triplet: D7, AB and 0C. RGB value is (215,171,12). Sum of RGB (Red+Green+Blue) = 215+171+12=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AB0C is #2854F3. Grayscale: #A6A6A6. Windows color (decimal): -2643188 or 830423. OLE color: 830423.

HSL color Cylindrical-coordinate representation of color #D7AB0C: hue angle of 47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7AB0C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 12 -
CMYK 0 0.20 0.94 0.16
HSL 47º 0.89% 0.45% -
HSV(B) 47º 0.94% 0.84% -
XYZ 42.65 43.6 6.52 -
YUV 166.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 215 171 12 0 0.20 0.94 0.16 47 0.89 0.45
Hex D7 AB C 0 14 5E 10 2F 59 2D
Octal 327 253 14 0 24 136 20 57 131 55
Binary 11010111 10101011 1100 0 10100 1011110 10000 101111 1011001 101101

Color Harmonies of #D7AB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB0C

Black with #D7AB0C

Text Example


Text Example

White with #D7AB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB0C; }

 p { color: rgb(215,171,12); }

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

background-color css

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

 a { background-color: rgb(215,171,12); }

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

border-color css

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

 span { border-color: rgb(215,171,12); }

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