#CCBF0D

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

Shades of Bird Flower #CCBF0D

Tints of Bird Flower #CCBF0D

Color information

#CCBF0D (or 0xCCBF0D) is unknown color: approx Bird Flower. HEX triplet: CC, BF and 0D. RGB value is (204,191,13). Sum of RGB (Red+Green+Blue) = 204+191+13=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBF0D is #3340F2. Grayscale: #AFAFAF. Windows color (decimal): -3358963 or 901068. OLE color: 901068.

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

Color convert

RGB20419113-
CMYK00.060.940.2
HSL55.92º88.02%42.55%-
HSV(B)55.92º93.63%80%-
XYZ43.6150.137.76-
YUV174.636.81148.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 191 (75% from 255) = 46.81%
BLUE value IS 13 (5.47% from 255) = 3.19%
R=50%
G=46.81%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041911300.060.940.255.9288.0242.55
HexCCBFD065E1438582b
Octal3142771506136247013053
Binary1100110010111111110101101011110101001110001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF0D; }

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

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

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

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

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

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

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

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