Html Css Color HEX #CBA70D Buddha Gold

📋 copy color: '#CBA70D'

red 203 ◦ green 167 ◦ blue 13

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

Shades of Buddha Gold #CBA70D

Tints of Buddha Gold #CBA70D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.6%

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

R = 53%
G = 43.6%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA70D (or 0xCBA70D) is known color: Buddha Gold. HEX triplet: CB, A7 and 0D. RGB value is (203,167,13). Sum of RGB (Red+Green+Blue) = 203+167+13=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA70D is #3458F2. Grayscale: #A0A0A0. Windows color (decimal): -3430643 or 894923. OLE color: 894923.

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

Color convert

RGB 203 167 13 -
CMYK 0 0.18 0.94 0.20
HSL 48.63º 0.88% 0.42% -
HSV(B) 48.63º 0.94% 0.8% -
XYZ 38.52 40.36 6.14 -
YUV 160.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 203 167 13 0 0.18 0.94 0.20 48.63 0.88 0.42
Hex CB A7 D 0 12 5E 14 31 58 2A
Octal 313 247 15 0 22 136 24 61 130 52
Binary 11001011 10100111 1101 0 10010 1011110 10100 110001 1011000 101010

Color Harmonies of #CBA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA70D

Black with #CBA70D

Text Example


Text Example

White with #CBA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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