Html Css Color HEX #CB970E Buddha Gold

📋 copy color: '#CB970E'

red 203 ◦ green 151 ◦ blue 14

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

Shades of Buddha Gold #CB970E

Tints of Buddha Gold #CB970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.03%

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

R = 55.16%
G = 41.03%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB970E (or 0xCB970E) is known color: Buddha Gold. HEX triplet: CB, 97 and 0E. RGB value is (203,151,14). Sum of RGB (Red+Green+Blue) = 203+151+14=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB970E is #3468F1. Grayscale: #979797. Windows color (decimal): -3434738 or 956363. OLE color: 956363.

HSL color Cylindrical-coordinate representation of color #CB970E: hue angle of 43.49º 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 #CB970E is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 14 -
CMYK 0 0.26 0.93 0.20
HSL 43.49º 0.87% 0.43% -
HSV(B) 43.49º 0.93% 0.8% -
XYZ 35.77 34.86 5.26 -
YUV 150.93 50.73 165.14 -
System Red Green Blue C M Y K H S L
Decimal 203 151 14 0 0.26 0.93 0.20 43.49 0.87 0.43
Hex CB 97 E 0 1A 5D 14 2B 57 2B
Octal 313 227 16 0 32 135 24 53 127 53
Binary 11001011 10010111 1110 0 11010 1011101 10100 101011 1010111 101011

Color Harmonies of #CB970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB970E

Black with #CB970E

Text Example


Text Example

White with #CB970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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