Html Css Color HEX #CA8F17 Buddha Gold

📋 copy color: '#CA8F17'

red 202 ◦ green 143 ◦ blue 23

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

Shades of Buddha Gold #CA8F17

Tints of Buddha Gold #CA8F17

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

 BLUE value IS 23 (9.38% from 255) = 6.25%

R = 54.89%
G = 38.86%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA8F17 (or 0xCA8F17) is known color: Buddha Gold. HEX triplet: CA, 8F and 17. RGB value is (202,143,23). Sum of RGB (Red+Green+Blue) = 202+143+23=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F17 is #3570E8. Grayscale: #939393. Windows color (decimal): -3502313 or 1544138. OLE color: 1544138.

HSL color Cylindrical-coordinate representation of color #CA8F17: hue angle of 40.22º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA8F17 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 143 23 -
CMYK 0 0.29 0.89 0.21
HSL 40.22º 0.8% 0.44% -
HSV(B) 40.22º 0.89% 0.79% -
XYZ 34.33 32.26 5.23 -
YUV 146.96 58.05 167.26 -
System Red Green Blue C M Y K H S L
Decimal 202 143 23 0 0.29 0.89 0.21 40.22 0.8 0.44
Hex CA 8F 17 0 1D 59 15 28 50 2C
Octal 312 217 27 0 35 131 25 50 120 54
Binary 11001010 10001111 10111 0 11101 1011001 10101 101000 1010000 101100

Color Harmonies of #CA8F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F17

Black with #CA8F17

Text Example


Text Example

White with #CA8F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F17; }

 p { color: rgb(202,143,23); }

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

background-color css

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

 a { background-color: rgb(202,143,23); }

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

border-color css

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

 span { border-color: rgb(202,143,23); }

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