Html Css Color HEX #CB950D Buddha Gold

📋 copy color: '#CB950D'

red 203 ◦ green 149 ◦ blue 13

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

Shades of Buddha Gold #CB950D

Tints of Buddha Gold #CB950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

 BLUE value IS 13 (5.47% from 255) = 3.56%

R = 55.62%
G = 40.82%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB950D (or 0xCB950D) is known color: Buddha Gold. HEX triplet: CB, 95 and 0D. RGB value is (203,149,13). Sum of RGB (Red+Green+Blue) = 203+149+13=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB950D is #346AF2. Grayscale: #969696. Windows color (decimal): -3435251 or 890315. OLE color: 890315.

HSL color Cylindrical-coordinate representation of color #CB950D: hue angle of 42.95º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB950D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 13 -
CMYK 0 0.27 0.94 0.20
HSL 42.95º 0.88% 0.42% -
HSV(B) 42.95º 0.94% 0.8% -
XYZ 35.45 34.22 5.12 -
YUV 149.64 50.89 166.06 -
System Red Green Blue C M Y K H S L
Decimal 203 149 13 0 0.27 0.94 0.20 42.95 0.88 0.42
Hex CB 95 D 0 1B 5E 14 2B 58 2A
Octal 313 225 15 0 33 136 24 53 130 52
Binary 11001011 10010101 1101 0 11011 1011110 10100 101011 1011000 101010

Color Harmonies of #CB950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB950D

Black with #CB950D

Text Example


Text Example

White with #CB950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB950D; }

 p { color: rgb(203,149,13); }

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

background-color css

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

 a { background-color: rgb(203,149,13); }

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

border-color css

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

 span { border-color: rgb(203,149,13); }

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