Html Css Color HEX #CB9817 Buddha Gold

📋 copy color: '#CB9817'

red 203 ◦ green 152 ◦ blue 23

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

Shades of Buddha Gold #CB9817

Tints of Buddha Gold #CB9817

RGB

 RED value IS 203 (79.69% from 255) = 53.7%

 GREEN value IS 152 (59.77% from 255) = 40.21%

 BLUE value IS 23 (9.38% from 255) = 6.08%

R = 53.7%
G = 40.21%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB9817 (or 0xCB9817) is known color: Buddha Gold. HEX triplet: CB, 98 and 17. RGB value is (203,152,23). Sum of RGB (Red+Green+Blue) = 203+152+23=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9817 is #3467E8. Grayscale: #999999. Windows color (decimal): -3434473 or 1546443. OLE color: 1546443.

HSL color Cylindrical-coordinate representation of color #CB9817: hue angle of 43º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB9817 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 152 23 -
CMYK 0 0.25 0.89 0.20
HSL 43º 0.8% 0.44% -
HSV(B) 43º 0.89% 0.8% -
XYZ 36.01 35.21 5.71 -
YUV 152.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 203 152 23 0 0.25 0.89 0.20 43 0.8 0.44
Hex CB 98 17 0 19 59 14 2B 50 2C
Octal 313 230 27 0 31 131 24 53 120 54
Binary 11001011 10011000 10111 0 11001 1011001 10100 101011 1010000 101100

Color Harmonies of #CB9817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9817

Black with #CB9817

Text Example


Text Example

White with #CB9817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9817; }

 p { color: rgb(203,152,23); }

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

background-color css

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

 a { background-color: rgb(203,152,23); }

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

border-color css

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

 span { border-color: rgb(203,152,23); }

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