Html Css Color HEX #D29C0B Gamboge

📋 copy color: '#D29C0B'

red 210 ◦ green 156 ◦ blue 11

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

Shades of Gamboge #D29C0B

Tints of Gamboge #D29C0B

RGB

 RED value IS 210 (82.42% from 255) = 55.7%

 GREEN value IS 156 (61.33% from 255) = 41.38%

 BLUE value IS 11 (4.69% from 255) = 2.92%

R = 55.7%
G = 41.38%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D29C0B (or 0xD29C0B) is known color: Gamboge. HEX triplet: D2, 9C and 0B. RGB value is (210,156,11). Sum of RGB (Red+Green+Blue) = 210+156+11=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29C0B is #2D63F4. Grayscale: #9C9C9C. Windows color (decimal): -2974709 or 761042. OLE color: 761042.

HSL color Cylindrical-coordinate representation of color #D29C0B: hue angle of 43.72º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D29C0B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 156 11 -
CMYK 0 0.26 0.95 0.18
HSL 43.72º 0.9% 0.43% -
HSV(B) 43.72º 0.95% 0.82% -
XYZ 38.53 37.5 5.52 -
YUV 155.62 46.39 166.79 -
System Red Green Blue C M Y K H S L
Decimal 210 156 11 0 0.26 0.95 0.18 43.72 0.9 0.43
Hex D2 9C B 0 1A 5F 12 2C 5A 2B
Octal 322 234 13 0 32 137 22 54 132 53
Binary 11010010 10011100 1011 0 11010 1011111 10010 101100 1011010 101011

Color Harmonies of #D29C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C0B

Black with #D29C0B

Text Example


Text Example

White with #D29C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C0B; }

 p { color: rgb(210,156,11); }

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

background-color css

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

 a { background-color: rgb(210,156,11); }

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

border-color css

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

 span { border-color: rgb(210,156,11); }

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