#CCBD05

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

Shades of Bird Flower #CCBD05

Tints of Bird Flower #CCBD05

Color information

#CCBD05 (or 0xCCBD05) is unknown color: approx Bird Flower. HEX triplet: CC, BD and 05. RGB value is (204,189,5). Sum of RGB (Red+Green+Blue) = 204+189+5=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD05 is #3342FA. Grayscale: #ADADAD. Windows color (decimal): -3359483 or 376268. OLE color: 376268.

HSL color Cylindrical-coordinate representation of color #CCBD05: hue angle of 55.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCBD05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB2041895-
CMYK00.070.980.2
HSL55.48º95.22%40.98%-
HSV(B)55.48º97.55%80%-
XYZ43.1349.247.38-
YUV172.5133.47150.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 189 (74.22% from 255) = 47.49%
BLUE value IS 5 (2.34% from 255) = 1.26%
R=51.26%
G=47.49%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204189500.070.980.255.4895.2240.98
HexCCBD5076214375f29
Octal314275507142246713751
Binary110011001011110110101111100010101001101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD05; }

 p { color: rgb(204,189,5); }

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

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

 a { background-color: rgb(204,189,5); }

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

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

 span { border-color: rgb(204,189,5); }

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