Html Css Color HEX #CBA80D Buddha Gold

📋 copy color: '#CBA80D'

red 203 ◦ green 168 ◦ blue 13

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

Shades of Buddha Gold #CBA80D

Tints of Buddha Gold #CBA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.75%

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

R = 52.86%
G = 43.75%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA80D (or 0xCBA80D) is known color: Buddha Gold. HEX triplet: CB, A8 and 0D. RGB value is (203,168,13). Sum of RGB (Red+Green+Blue) = 203+168+13=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA80D is #3457F2. Grayscale: #A1A1A1. Windows color (decimal): -3430387 or 895179. OLE color: 895179.

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

Color convert

RGB 203 168 13 -
CMYK 0 0.17 0.94 0.20
HSL 48.95º 0.88% 0.42% -
HSV(B) 48.95º 0.94% 0.8% -
XYZ 38.7 40.73 6.2 -
YUV 160.8 44.6 158.1 -
System Red Green Blue C M Y K H S L
Decimal 203 168 13 0 0.17 0.94 0.20 48.95 0.88 0.42
Hex CB A8 D 0 11 5E 14 31 58 2A
Octal 313 250 15 0 21 136 24 61 130 52
Binary 11001011 10101000 1101 0 10001 1011110 10100 110001 1011000 101010

Color Harmonies of #CBA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA80D

Black with #CBA80D

Text Example


Text Example

White with #CBA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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