Html Css Color HEX #C09D1F Buddha Gold

📋 copy color: '#C09D1F'

red 192 ◦ green 157 ◦ blue 31

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

Shades of Buddha Gold #C09D1F

Tints of Buddha Gold #C09D1F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.32%

 BLUE value IS 31 (12.5% from 255) = 8.16%

R = 50.53%
G = 41.32%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C09D1F (or 0xC09D1F) is known color: Buddha Gold. HEX triplet: C0, 9D and 1F. RGB value is (192,157,31). Sum of RGB (Red+Green+Blue) = 192+157+31=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D1F is #3F62E0. Grayscale: #999999. Windows color (decimal): -4154081 or 2072000. OLE color: 2072000.

HSL color Cylindrical-coordinate representation of color #C09D1F: hue angle of 46.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C09D1F is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 157 31 -
CMYK 0 0.18 0.84 0.25
HSL 46.96º 0.72% 0.44% -
HSV(B) 46.96º 0.84% 0.75% -
XYZ 34.04 35.42 6.34 -
YUV 153.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 192 157 31 0 0.18 0.84 0.25 46.96 0.72 0.44
Hex C0 9D 1F 0 12 54 19 2F 48 2C
Octal 300 235 37 0 22 124 31 57 110 54
Binary 11000000 10011101 11111 0 10010 1010100 11001 101111 1001000 101100

Color Harmonies of #C09D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D1F

Black with #C09D1F

Text Example


Text Example

White with #C09D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D1F; }

 p { color: rgb(192,157,31); }

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

background-color css

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

 a { background-color: rgb(192,157,31); }

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

border-color css

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

 span { border-color: rgb(192,157,31); }

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