#CCB419

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

Shades of Bird Flower #CCB419

Tints of Bird Flower #CCB419

Color information

#CCB419 (or 0xCCB419) is unknown color: approx Bird Flower. HEX triplet: CC, B4 and 19. RGB value is (204,180,25). Sum of RGB (Red+Green+Blue) = 204+180+25=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB419 is #334BE6. Grayscale: #AAAAAA. Windows color (decimal): -3361767 or 1684684. OLE color: 1684684.

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

Color convert

RGB20418025-
CMYK00.120.880.2
HSL51.96º78.17%44.9%-
HSV(B)51.96º87.75%80%-
XYZ41.445.557.53-
YUV169.5146.45152.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 25 (10.16% from 255) = 6.11%
R=49.88%
G=44.01%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041802500.120.880.251.9678.1744.9
HexCCB4190C5814344e2d
Octal31426431014130246411655
Binary110011001011010011001011001011000101001101001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB419; }

 p { color: rgb(204,180,25); }

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

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

 a { background-color: rgb(204,180,25); }

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

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

 span { border-color: rgb(204,180,25); }

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