Html Css Color HEX #CD9901 Gamboge

📋 copy color: '#CD9901'

red 205 ◦ green 153 ◦ blue 1

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

Shades of Gamboge #CD9901

Tints of Gamboge #CD9901

RGB

 RED value IS 205 (80.47% from 255) = 57.1%

 GREEN value IS 153 (60.16% from 255) = 42.62%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 57.1%
G = 42.62%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CD9901 (or 0xCD9901) is known color: Gamboge. HEX triplet: CD, 99 and 01. RGB value is (205,153,1). Sum of RGB (Red+Green+Blue) = 205+153+1=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9901 is #3266FE. Grayscale: #979797. Windows color (decimal): -3303167 or 104909. OLE color: 104909.

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

Color convert

RGB 205 153 1 -
CMYK 0 0.25 1.00 0.20
HSL 44.71º 0.99% 0.4% -
HSV(B) 44.71º 1% 0.8% -
XYZ 36.57 35.76 5 -
YUV 151.22 43.23 166.36 -
System Red Green Blue C M Y K H S L
Decimal 205 153 1 0 0.25 1.00 0.20 44.71 0.99 0.4
Hex CD 99 1 0 19 64 14 2D 63 28
Octal 315 231 1 0 31 144 24 55 143 50
Binary 11001101 10011001 1 0 11001 1100100 10100 101101 1100011 101000

Color Harmonies of #CD9901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9901

Black with #CD9901

Text Example


Text Example

White with #CD9901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9901; }

 p { color: rgb(205,153,1); }

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

background-color css

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

 a { background-color: rgb(205,153,1); }

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

border-color css

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

 span { border-color: rgb(205,153,1); }

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