Html Css Color HEX #CB930E Buddha Gold

📋 copy color: '#CB930E'

red 203 ◦ green 147 ◦ blue 14

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

Shades of Buddha Gold #CB930E

Tints of Buddha Gold #CB930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

 BLUE value IS 14 (5.86% from 255) = 3.85%

R = 55.77%
G = 40.38%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB930E (or 0xCB930E) is known color: Buddha Gold. HEX triplet: CB, 93 and 0E. RGB value is (203,147,14). Sum of RGB (Red+Green+Blue) = 203+147+14=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB930E is #346CF1. Grayscale: #959595. Windows color (decimal): -3435762 or 955339. OLE color: 955339.

HSL color Cylindrical-coordinate representation of color #CB930E: hue angle of 42.22º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB930E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 147 14 -
CMYK 0 0.28 0.93 0.20
HSL 42.22º 0.87% 0.43% -
HSV(B) 42.22º 0.93% 0.8% -
XYZ 35.14 33.6 5.05 -
YUV 148.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 203 147 14 0 0.28 0.93 0.20 42.22 0.87 0.43
Hex CB 93 E 0 1C 5D 14 2A 57 2B
Octal 313 223 16 0 34 135 24 52 127 53
Binary 11001011 10010011 1110 0 11100 1011101 10100 101010 1010111 101011

Color Harmonies of #CB930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB930E

Black with #CB930E

Text Example


Text Example

White with #CB930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB930E; }

 p { color: rgb(203,147,14); }

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

background-color css

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

 a { background-color: rgb(203,147,14); }

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

border-color css

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

 span { border-color: rgb(203,147,14); }

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