Html Css Color HEX #CA990B Buddha Gold

📋 copy color: '#CA990B'

red 202 ◦ green 153 ◦ blue 11

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

Shades of Buddha Gold #CA990B

Tints of Buddha Gold #CA990B

RGB

 RED value IS 202 (79.3% from 255) = 55.19%

 GREEN value IS 153 (60.16% from 255) = 41.8%

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 55.19%
G = 41.8%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA990B (or 0xCA990B) is known color: Buddha Gold. HEX triplet: CA, 99 and 0B. RGB value is (202,153,11). Sum of RGB (Red+Green+Blue) = 202+153+11=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA990B is #3566F4. Grayscale: #989898. Windows color (decimal): -3499765 or 760266. OLE color: 760266.

HSL color Cylindrical-coordinate representation of color #CA990B: hue angle of 44.61º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA990B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 153 11 -
CMYK 0 0.24 0.95 0.21
HSL 44.61º 0.9% 0.42% -
HSV(B) 44.61º 0.95% 0.79% -
XYZ 35.81 35.36 5.26 -
YUV 151.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 202 153 11 0 0.24 0.95 0.21 44.61 0.9 0.42
Hex CA 99 B 0 18 5F 15 2D 5A 2A
Octal 312 231 13 0 30 137 25 55 132 52
Binary 11001010 10011001 1011 0 11000 1011111 10101 101101 1011010 101010

Color Harmonies of #CA990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA990B

Black with #CA990B

Text Example


Text Example

White with #CA990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA990B; }

 p { color: rgb(202,153,11); }

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

background-color css

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

 a { background-color: rgb(202,153,11); }

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

border-color css

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

 span { border-color: rgb(202,153,11); }

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