Html Css Color HEX #C09A1D Buddha Gold

📋 copy color: '#C09A1D'

red 192 ◦ green 154 ◦ blue 29

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

Shades of Buddha Gold #C09A1D

Tints of Buddha Gold #C09A1D

RGB

 RED value IS 192 (75.39% from 255) = 51.2%

 GREEN value IS 154 (60.55% from 255) = 41.07%

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

R = 51.2%
G = 41.07%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C09A1D (or 0xC09A1D) is known color: Buddha Gold. HEX triplet: C0, 9A and 1D. RGB value is (192,154,29). Sum of RGB (Red+Green+Blue) = 192+154+29=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A1D is #3F65E2. Grayscale: #979797. Windows color (decimal): -4154851 or 1940160. OLE color: 1940160.

HSL color Cylindrical-coordinate representation of color #C09A1D: hue angle of 46.01º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C09A1D is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 29 -
CMYK 0 0.20 0.85 0.25
HSL 46.01º 0.74% 0.43% -
HSV(B) 46.01º 0.85% 0.75% -
XYZ 33.52 34.41 6.04 -
YUV 151.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 192 154 29 0 0.20 0.85 0.25 46.01 0.74 0.43
Hex C0 9A 1D 0 14 55 19 2E 4A 2B
Octal 300 232 35 0 24 125 31 56 112 53
Binary 11000000 10011010 11101 0 10100 1010101 11001 101110 1001010 101011

Color Harmonies of #C09A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A1D

Black with #C09A1D

Text Example


Text Example

White with #C09A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A1D; }

 p { color: rgb(192,154,29); }

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

background-color css

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

 a { background-color: rgb(192,154,29); }

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

border-color css

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

 span { border-color: rgb(192,154,29); }

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