Html Css Color HEX #CD9701 Gamboge

📋 copy color: '#CD9701'

red 205 ◦ green 151 ◦ blue 1

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

Shades of Gamboge #CD9701

Tints of Gamboge #CD9701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

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

R = 57.42%
G = 42.3%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CD9701 (or 0xCD9701) is known color: Gamboge. HEX triplet: CD, 97 and 01. RGB value is (205,151,1). Sum of RGB (Red+Green+Blue) = 205+151+1=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9701 is #3268FE. Grayscale: #969696. Windows color (decimal): -3303679 or 104397. OLE color: 104397.

HSL color Cylindrical-coordinate representation of color #CD9701: hue angle of 44.12º 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 #CD9701 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 151 1 -
CMYK 0 0.26 1.00 0.20
HSL 44.12º 0.99% 0.4% -
HSV(B) 44.12º 1% 0.8% -
XYZ 36.25 35.11 4.9 -
YUV 150.05 43.89 167.2 -
System Red Green Blue C M Y K H S L
Decimal 205 151 1 0 0.26 1.00 0.20 44.12 0.99 0.4
Hex CD 97 1 0 1A 64 14 2C 63 28
Octal 315 227 1 0 32 144 24 54 143 50
Binary 11001101 10010111 1 0 11010 1100100 10100 101100 1100011 101000

Color Harmonies of #CD9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9701

Black with #CD9701

Text Example


Text Example

White with #CD9701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9701; }

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

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

background-color css

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

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

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

border-color css

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

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

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