Html Css Color HEX #CD9802 Gamboge

📋 copy color: '#CD9802'

red 205 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #CD9802

Tints of Gamboge #CD9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.34%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 57.1%
G = 42.34%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD9802 (or 0xCD9802) is known color: Gamboge. HEX triplet: CD, 98 and 02. RGB value is (205,152,2). Sum of RGB (Red+Green+Blue) = 205+152+2=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9802 is #3267FD. Grayscale: #979797. Windows color (decimal): -3303422 or 170189. OLE color: 170189.

HSL color Cylindrical-coordinate representation of color #CD9802: hue angle of 44.33º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD9802 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 152 2 -
CMYK 0 0.26 0.99 0.20
HSL 44.33º 0.98% 0.41% -
HSV(B) 44.33º 0.99% 0.8% -
XYZ 36.42 35.44 4.98 -
YUV 150.75 44.06 166.7 -
System Red Green Blue C M Y K H S L
Decimal 205 152 2 0 0.26 0.99 0.20 44.33 0.98 0.41
Hex CD 98 2 0 1A 63 14 2C 62 29
Octal 315 230 2 0 32 143 24 54 142 51
Binary 11001101 10011000 10 0 11010 1100011 10100 101100 1100010 101001

Color Harmonies of #CD9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9802

Black with #CD9802

Text Example


Text Example

White with #CD9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9802; }

 p { color: rgb(205,152,2); }

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

background-color css

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

 a { background-color: rgb(205,152,2); }

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

border-color css

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

 span { border-color: rgb(205,152,2); }

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