Html Css Color HEX #CDA700 Gamboge

📋 copy color: '#CDA700'

red 205 ◦ green 167 ◦ blue 0

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

Shades of Gamboge #CDA700

Tints of Gamboge #CDA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.89%

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

R = 55.11%
G = 44.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CDA700 (or 0xCDA700) is known color: Gamboge. HEX triplet: CD, A7 and 00. RGB value is (205,167,0). Sum of RGB (Red+Green+Blue) = 205+167+0=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA700 is #3258FF. Grayscale: #A0A0A0. Windows color (decimal): -3299584 or 42957. OLE color: 42957.

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

Color convert

RGB 205 167 0 -
CMYK 0 0.19 1 0.20
HSL 48.88º 1% 0.4% -
HSV(B) 48.88º 1% 0.8% -
XYZ 39 40.62 5.78 -
YUV 159.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 205 167 0 0 0.19 1 0.20 48.88 1 0.4
Hex CD A7 0 0 13 64 14 31 64 28
Octal 315 247 0 0 23 144 24 61 144 50
Binary 11001101 10100111 0 0 10011 1100100 10100 110001 1100100 101000

Color Harmonies of #CDA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA700

Black with #CDA700

Text Example


Text Example

White with #CDA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA700; }

 p { color: rgb(205,167,0); }

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

background-color css

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

 a { background-color: rgb(205,167,0); }

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

border-color css

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

 span { border-color: rgb(205,167,0); }

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