#CBC503

Color #CBC503 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CBC503

Tints of Bird Flower #CBC503

Color information

#CBC503 (or 0xCBC503) is unknown color: approx Bird Flower. HEX triplet: CB, C5 and 03. RGB value is (203,197,3). Sum of RGB (Red+Green+Blue) = 203+197+3=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC503 is #343AFC. Grayscale: #B1B1B1. Windows color (decimal): -3422973 or 247243. OLE color: 247243.

HSL color Cylindrical-coordinate representation of color #CBC503: hue angle of 58.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBC503 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB2031973-
CMYK00.030.990.20
HSL58.2º97.09%40.39%-
HSV(B)58.2º98.52%79.61%-
XYZ44.6152.647.89-
YUV176.6829.99146.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 197 (77.34% from 255) = 48.88%
BLUE value IS 3 (1.56% from 255) = 0.74%
R=50.37%
G=48.88%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203197300.030.990.2058.297.0940.39
HexCBC530363143a6128
Octal313305303143247214150
Binary1100101111000101110111100011101001110101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC503; }

 p { color: rgb(203,197,3); }

 H1.HeaderClassName
 {
   color: #CBC503;
 }
 .AnyTagClassName
 {
   color: #CBC503;
 }
</style>
background-color css

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

 a { background-color: rgb(203,197,3); }

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

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

 span { border-color: rgb(203,197,3); }

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