Html Css Color HEX #CB970A Buddha Gold

📋 copy color: '#CB970A'

red 203 ◦ green 151 ◦ blue 10

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

Shades of Buddha Gold #CB970A

Tints of Buddha Gold #CB970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 55.77%
G = 41.48%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB970A (or 0xCB970A) is known color: Buddha Gold. HEX triplet: CB, 97 and 0A. RGB value is (203,151,10). Sum of RGB (Red+Green+Blue) = 203+151+10=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB970A is #3468F5. Grayscale: #979797. Windows color (decimal): -3434742 or 694219. OLE color: 694219.

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

Color convert

RGB 203 151 10 -
CMYK 0 0.26 0.95 0.20
HSL 43.83º 0.91% 0.42% -
HSV(B) 43.83º 0.95% 0.8% -
XYZ 35.75 34.85 5.13 -
YUV 150.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 203 151 10 0 0.26 0.95 0.20 43.83 0.91 0.42
Hex CB 97 A 0 1A 5F 14 2C 5B 2A
Octal 313 227 12 0 32 137 24 54 133 52
Binary 11001011 10010111 1010 0 11010 1011111 10100 101100 1011011 101010

Color Harmonies of #CB970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB970A

Black with #CB970A

Text Example


Text Example

White with #CB970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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