Html Css Color HEX #C09D1E Buddha Gold

📋 copy color: '#C09D1E'

red 192 ◦ green 157 ◦ blue 30

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

Shades of Buddha Gold #C09D1E

Tints of Buddha Gold #C09D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 50.66%
G = 41.42%
B = 7.92%

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

#C09D1E (or 0xC09D1E) is known color: Buddha Gold. HEX triplet: C0, 9D and 1E. RGB value is (192,157,30). Sum of RGB (Red+Green+Blue) = 192+157+30=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D1E is #3F62E1. Grayscale: #999999. Windows color (decimal): -4154082 or 2006464. OLE color: 2006464.

HSL color Cylindrical-coordinate representation of color #C09D1E: hue angle of 47.04º degrees, saturation: 0.73, 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 #C09D1E is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 157 30 -
CMYK 0 0.18 0.84 0.25
HSL 47.04º 0.73% 0.44% -
HSV(B) 47.04º 0.84% 0.75% -
XYZ 34.03 35.41 6.27 -
YUV 152.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 192 157 30 0 0.18 0.84 0.25 47.04 0.73 0.44
Hex C0 9D 1E 0 12 54 19 2F 49 2C
Octal 300 235 36 0 22 124 31 57 111 54
Binary 11000000 10011101 11110 0 10010 1010100 11001 101111 1001001 101100

Color Harmonies of #C09D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D1E

Black with #C09D1E

Text Example


Text Example

White with #C09D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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