#CCBE0D

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

Shades of Bird Flower #CCBE0D

Tints of Bird Flower #CCBE0D

Color information

#CCBE0D (or 0xCCBE0D) is unknown color: approx Bird Flower. HEX triplet: CC, BE and 0D. RGB value is (204,190,13). Sum of RGB (Red+Green+Blue) = 204+190+13=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE0D is #3341F2. Grayscale: #AEAEAE. Windows color (decimal): -3359219 or 900812. OLE color: 900812.

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

Color convert

RGB20419013-
CMYK00.070.940.2
HSL55.6º88.02%42.55%-
HSV(B)55.6º93.63%80%-
XYZ43.3949.697.69-
YUV174.0137.14149.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 13 (5.47% from 255) = 3.19%
R=50.12%
G=46.68%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041901300.070.940.255.688.0242.55
HexCCBED075E1438582b
Octal3142761507136247013053
Binary1100110010111110110101111011110101001110001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE0D; }

 p { color: rgb(204,190,13); }

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

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

 a { background-color: rgb(204,190,13); }

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

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

 span { border-color: rgb(204,190,13); }

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