Html Css Color HEX #C99B23 Buddha Gold

📋 copy color: '#C99B23'

red 201 ◦ green 155 ◦ blue 35

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

Shades of Buddha Gold #C99B23

Tints of Buddha Gold #C99B23

RGB

 RED value IS 201 (78.91% from 255) = 51.41%

 GREEN value IS 155 (60.94% from 255) = 39.64%

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

R = 51.41%
G = 39.64%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C99B23 (or 0xC99B23) is known color: Buddha Gold. HEX triplet: C9, 9B and 23. RGB value is (201,155,35). Sum of RGB (Red+Green+Blue) = 201+155+35=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B23 is #3664DC. Grayscale: #9B9B9B. Windows color (decimal): -3564765 or 2333641. OLE color: 2333641.

HSL color Cylindrical-coordinate representation of color #C99B23: hue angle of 43.37º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C99B23 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 155 35 -
CMYK 0 0.23 0.83 0.21
HSL 43.37º 0.7% 0.46% -
HSV(B) 43.37º 0.83% 0.79% -
XYZ 36.11 35.98 6.63 -
YUV 155.07 60.24 160.76 -
System Red Green Blue C M Y K H S L
Decimal 201 155 35 0 0.23 0.83 0.21 43.37 0.7 0.46
Hex C9 9B 23 0 17 53 15 2B 46 2E
Octal 311 233 43 0 27 123 25 53 106 56
Binary 11001001 10011011 100011 0 10111 1010011 10101 101011 1000110 101110

Color Harmonies of #C99B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B23

Black with #C99B23

Text Example


Text Example

White with #C99B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B23; }

 p { color: rgb(201,155,35); }

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

background-color css

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

 a { background-color: rgb(201,155,35); }

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

border-color css

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

 span { border-color: rgb(201,155,35); }

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