Html Css Color HEX #CA941D Buddha Gold

📋 copy color: '#CA941D'

red 202 ◦ green 148 ◦ blue 29

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

Shades of Buddha Gold #CA941D

Tints of Buddha Gold #CA941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 53.3%
G = 39.05%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA941D (or 0xCA941D) is known color: Buddha Gold. HEX triplet: CA, 94 and 1D. RGB value is (202,148,29). Sum of RGB (Red+Green+Blue) = 202+148+29=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA941D is #356BE2. Grayscale: #979797. Windows color (decimal): -3501027 or 1938634. OLE color: 1938634.

HSL color Cylindrical-coordinate representation of color #CA941D: hue angle of 41.27º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA941D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 29 -
CMYK 0 0.27 0.86 0.21
HSL 41.27º 0.75% 0.45% -
HSV(B) 41.27º 0.86% 0.79% -
XYZ 35.17 33.83 5.84 -
YUV 150.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 202 148 29 0 0.27 0.86 0.21 41.27 0.75 0.45
Hex CA 94 1D 0 1B 56 15 29 4B 2D
Octal 312 224 35 0 33 126 25 51 113 55
Binary 11001010 10010100 11101 0 11011 1010110 10101 101001 1001011 101101

Color Harmonies of #CA941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA941D

Black with #CA941D

Text Example


Text Example

White with #CA941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA941D; }

 p { color: rgb(202,148,29); }

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

background-color css

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

 a { background-color: rgb(202,148,29); }

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

border-color css

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

 span { border-color: rgb(202,148,29); }

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