Html Css Color HEX #CBC519 Bird Flower

📋 copy color: '#CBC519'

red 203 ◦ green 197 ◦ blue 25

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

Shades of Bird Flower #CBC519

Tints of Bird Flower #CBC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 47.76%
G = 46.35%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBC519 (or 0xCBC519) is known color: Bird Flower. HEX triplet: CB, C5 and 19. RGB value is (203,197,25). Sum of RGB (Red+Green+Blue) = 203+197+25=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC519 is #343AE6. Grayscale: #B3B3B3. Windows color (decimal): -3422951 or 1689035. OLE color: 1689035.

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

Color convert

RGB 203 197 25 -
CMYK 0 0.03 0.88 0.20
HSL 57.98º 0.78% 0.45% -
HSV(B) 57.98º 0.88% 0.8% -
XYZ 44.77 52.7 8.73 -
YUV 179.19 40.99 144.99 -
System Red Green Blue C M Y K H S L
Decimal 203 197 25 0 0.03 0.88 0.20 57.98 0.78 0.45
Hex CB C5 19 0 3 58 14 3A 4E 2D
Octal 313 305 31 0 3 130 24 72 116 55
Binary 11001011 11000101 11001 0 11 1011000 10100 111010 1001110 101101

Color Harmonies of #CBC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC519

Black with #CBC519

Text Example


Text Example

White with #CBC519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC519; }

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

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

background-color css

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

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

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

border-color css

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

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

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