#CCBD0D

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

Shades of Bird Flower #CCBD0D

Tints of Bird Flower #CCBD0D

Color information

#CCBD0D (or 0xCCBD0D) is unknown color: approx Bird Flower. HEX triplet: CC, BD and 0D. RGB value is (204,189,13). Sum of RGB (Red+Green+Blue) = 204+189+13=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD0D is #3342F2. Grayscale: #AEAEAE. Windows color (decimal): -3359475 or 900556. OLE color: 900556.

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

Color convert

RGB20418913-
CMYK00.070.940.2
HSL55.29º88.02%42.55%-
HSV(B)55.29º93.63%80%-
XYZ43.1749.267.61-
YUV173.4237.47149.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 13 (5.47% from 255) = 3.20%
R=50.25%
G=46.55%
B=3.20%

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
Decimal2041891300.070.940.255.2988.0242.55
HexCCBDD075E1437582b
Octal3142751507136246713053
Binary1100110010111101110101111011110101001101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD0D; }

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

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

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

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

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

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

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

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