#CDBF00

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

Shades of Bird Flower #CDBF00

Tints of Bird Flower #CDBF00

Color information

#CDBF00 (or 0xCDBF00) is unknown color: approx Bird Flower. HEX triplet: CD, BF and 00. RGB value is (205,191,0). Sum of RGB (Red+Green+Blue) = 205+191+0=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDBF00 is #3240FF. Grayscale: #AEAEAE. Windows color (decimal): -3293440 or 49101. OLE color: 49101.

HSL color Cylindrical-coordinate representation of color #CDBF00: hue angle of 55.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDBF00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2051910-
CMYK00.0710.20
HSL55.9º100%40.2%-
HSV(B)55.9º100%80.39%-
XYZ43.8150.247.39-
YUV173.4130.14150.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.77%
G=48.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205191000.0710.2055.910040.2
HexCDBF0076414386428
Octal315277007144247014450
Binary1100110110111111001111100100101001110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF00; }

 p { color: rgb(205,191,0); }

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

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

 a { background-color: rgb(205,191,0); }

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

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

 span { border-color: rgb(205,191,0); }

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