Html Css Color HEX #C09923 Buddha Gold

📋 copy color: '#C09923'

red 192 ◦ green 153 ◦ blue 35

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

Shades of Buddha Gold #C09923

Tints of Buddha Gold #C09923

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

 BLUE value IS 35 (14.06% from 255) = 9.21%

R = 50.53%
G = 40.26%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C09923 (or 0xC09923) is known color: Buddha Gold. HEX triplet: C0, 99 and 23. RGB value is (192,153,35). Sum of RGB (Red+Green+Blue) = 192+153+35=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C09923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09923 is #3F66DC. Grayscale: #979797. Windows color (decimal): -4155101 or 2333120. OLE color: 2333120.

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

Color convert

RGB 192 153 35 -
CMYK 0 0.20 0.82 0.25
HSL 45.1º 0.69% 0.45% -
HSV(B) 45.1º 0.82% 0.75% -
XYZ 33.43 34.11 6.41 -
YUV 151.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 192 153 35 0 0.20 0.82 0.25 45.1 0.69 0.45
Hex C0 99 23 0 14 52 19 2D 45 2D
Octal 300 231 43 0 24 122 31 55 105 55
Binary 11000000 10011001 100011 0 10100 1010010 11001 101101 1000101 101101

Color Harmonies of #C09923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09923

Black with #C09923

Text Example


Text Example

White with #C09923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09923; }

 p { color: rgb(192,153,35); }

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

background-color css

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

 a { background-color: rgb(192,153,35); }

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

border-color css

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

 span { border-color: rgb(192,153,35); }

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