#CDBE00

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

Shades of Bird Flower #CDBE00

Tints of Bird Flower #CDBE00

Color information

#CDBE00 (or 0xCDBE00) is unknown color: approx Bird Flower. HEX triplet: CD, BE and 00. RGB value is (205,190,0). Sum of RGB (Red+Green+Blue) = 205+190+0=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDBE00 is #3241FF. Grayscale: #ADADAD. Windows color (decimal): -3293696 or 48845. OLE color: 48845.

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

Color convert

RGB2051900-
CMYK00.0710.20
HSL55.61º100%40.2%-
HSV(B)55.61º100%80.39%-
XYZ43.5949.817.32-
YUV172.8230.47150.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.90%
G=48.10%
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
Decimal205190000.0710.2055.6110040.2
HexCDBE0076414386428
Octal315276007144247014450
Binary1100110110111110001111100100101001110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE00; }

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

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

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

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

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

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

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

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