Html Css Color HEX #CA9807 Buddha Gold

📋 copy color: '#CA9807'

red 202 ◦ green 152 ◦ blue 7

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

Shades of Buddha Gold #CA9807

Tints of Buddha Gold #CA9807

RGB

 RED value IS 202 (79.3% from 255) = 55.96%

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 55.96%
G = 42.11%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA9807 (or 0xCA9807) is known color: Buddha Gold. HEX triplet: CA, 98 and 07. RGB value is (202,152,7). Sum of RGB (Red+Green+Blue) = 202+152+7=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9807 is #3567F8. Grayscale: #979797. Windows color (decimal): -3500025 or 497866. OLE color: 497866.

HSL color Cylindrical-coordinate representation of color #CA9807: hue angle of 44.62º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA9807 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 7 -
CMYK 0 0.25 0.97 0.21
HSL 44.62º 0.93% 0.41% -
HSV(B) 44.62º 0.97% 0.79% -
XYZ 35.62 35.03 5.08 -
YUV 150.42 47.07 164.79 -
System Red Green Blue C M Y K H S L
Decimal 202 152 7 0 0.25 0.97 0.21 44.62 0.93 0.41
Hex CA 98 7 0 19 61 15 2D 5D 29
Octal 312 230 7 0 31 141 25 55 135 51
Binary 11001010 10011000 111 0 11001 1100001 10101 101101 1011101 101001

Color Harmonies of #CA9807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9807

Black with #CA9807

Text Example


Text Example

White with #CA9807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9807; }

 p { color: rgb(202,152,7); }

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

background-color css

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

 a { background-color: rgb(202,152,7); }

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

border-color css

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

 span { border-color: rgb(202,152,7); }

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