Html Css Color HEX #CB9C00 Gamboge

📋 copy color: '#CB9C00'

red 203 ◦ green 156 ◦ blue 0

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

Shades of Gamboge #CB9C00

Tints of Gamboge #CB9C00

RGB

 RED value IS 203 (79.69% from 255) = 56.55%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.55%
G = 43.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB9C00 (or 0xCB9C00) is known color: Gamboge. HEX triplet: CB, 9C and 00. RGB value is (203,156,0). Sum of RGB (Red+Green+Blue) = 203+156+0=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9C00 is #3463FF. Grayscale: #989898. Windows color (decimal): -3433472 or 40139. OLE color: 40139.

HSL color Cylindrical-coordinate representation of color #CB9C00: hue angle of 46.11º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB9C00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 156 0 -
CMYK 0 0.23 1 0.20
HSL 46.11º 1% 0.4% -
HSV(B) 46.11º 1% 0.8% -
XYZ 36.52 36.47 5.12 -
YUV 152.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 203 156 0 0 0.23 1 0.20 46.11 1 0.4
Hex CB 9C 0 0 17 64 14 2E 64 28
Octal 313 234 0 0 27 144 24 56 144 50
Binary 11001011 10011100 0 0 10111 1100100 10100 101110 1100100 101000

Color Harmonies of #CB9C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9C00

Black with #CB9C00

Text Example


Text Example

White with #CB9C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9C00; }

 p { color: rgb(203,156,0); }

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

background-color css

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

 a { background-color: rgb(203,156,0); }

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

border-color css

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

 span { border-color: rgb(203,156,0); }

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