Html Css Color HEX #CBC419 Bird Flower

📋 copy color: '#CBC419'

red 203 ◦ green 196 ◦ blue 25

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

Shades of Bird Flower #CBC419

Tints of Bird Flower #CBC419

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.23%

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

R = 47.88%
G = 46.23%
B = 5.9%

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

#CBC419 (or 0xCBC419) is known color: Bird Flower. HEX triplet: CB, C4 and 19. RGB value is (203,196,25). Sum of RGB (Red+Green+Blue) = 203+196+25=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC419 is #343BE6. Grayscale: #B3B3B3. Windows color (decimal): -3423207 or 1688779. OLE color: 1688779.

HSL color Cylindrical-coordinate representation of color #CBC419: hue angle of 57.64º 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 #CBC419 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 25 -
CMYK 0 0.03 0.88 0.20
HSL 57.64º 0.78% 0.45% -
HSV(B) 57.64º 0.88% 0.8% -
XYZ 44.54 52.25 8.66 -
YUV 178.6 41.32 145.4 -
System Red Green Blue C M Y K H S L
Decimal 203 196 25 0 0.03 0.88 0.20 57.64 0.78 0.45
Hex CB C4 19 0 3 58 14 3A 4E 2D
Octal 313 304 31 0 3 130 24 72 116 55
Binary 11001011 11000100 11001 0 11 1011000 10100 111010 1001110 101101

Color Harmonies of #CBC419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC419

Black with #CBC419

Text Example


Text Example

White with #CBC419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC419; }

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

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

background-color css

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

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

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

border-color css

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

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

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