Html Css Color HEX #CBC503 Bird Flower

📋 copy color: '#CBC503'

red 203 ◦ green 197 ◦ blue 3

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

Shades of Bird Flower #CBC503

Tints of Bird Flower #CBC503

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 value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBC503 (or 0xCBC503) is known color: 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

RGB 203 197 3 -
CMYK 0 0.03 0.99 0.20
HSL 58.2º 0.97% 0.4% -
HSV(B) 58.2º 0.99% 0.8% -
XYZ 44.61 52.64 7.89 -
YUV 176.68 29.99 146.77 -
System Red Green Blue C M Y K H S L
Decimal 203 197 3 0 0.03 0.99 0.20 58.2 0.97 0.4
Hex CB C5 3 0 3 63 14 3A 61 28
Octal 313 305 3 0 3 143 24 72 141 50
Binary 11001011 11000101 11 0 11 1100011 10100 111010 1100001 101000

Color Harmonies of #CBC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC503

Black with #CBC503

Text Example


Text Example

White with #CBC503

Text Example


Text Example

HTML Codes & Css Web 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>