Html Css Color HEX #C09D1D Buddha Gold

📋 copy color: '#C09D1D'

red 192 ◦ green 157 ◦ blue 29

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

Shades of Buddha Gold #C09D1D

Tints of Buddha Gold #C09D1D

RGB

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

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

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

R = 50.79%
G = 41.53%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C09D1D (or 0xC09D1D) is known color: Buddha Gold. HEX triplet: C0, 9D and 1D. RGB value is (192,157,29). Sum of RGB (Red+Green+Blue) = 192+157+29=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D1D is #3F62E2. Grayscale: #999999. Windows color (decimal): -4154083 or 1940928. OLE color: 1940928.

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

Color convert

RGB 192 157 29 -
CMYK 0 0.18 0.85 0.25
HSL 47.12º 0.74% 0.43% -
HSV(B) 47.12º 0.85% 0.75% -
XYZ 34.02 35.41 6.2 -
YUV 152.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 192 157 29 0 0.18 0.85 0.25 47.12 0.74 0.43
Hex C0 9D 1D 0 12 55 19 2F 4A 2B
Octal 300 235 35 0 22 125 31 57 112 53
Binary 11000000 10011101 11101 0 10010 1010101 11001 101111 1001010 101011

Color Harmonies of #C09D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D1D

Black with #C09D1D

Text Example


Text Example

White with #C09D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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