#DCCE02

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

Shades of Bird Flower #DCCE02

Tints of Bird Flower #DCCE02

Color information

#DCCE02 (or 0xDCCE02) is unknown color: approx Bird Flower. HEX triplet: DC, CE and 02. RGB value is (220,206,2). Sum of RGB (Red+Green+Blue) = 220+206+2=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE02 is #2331FD. Grayscale: #BBBBBB. Windows color (decimal): -2306558 or 184028. OLE color: 184028.

HSL color Cylindrical-coordinate representation of color #DCCE02: hue angle of 56.15º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCCE02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB2202062-
CMYK00.060.990.14
HSL56.15º98.2%43.53%-
HSV(B)56.15º99.09%86.27%-
XYZ51.659.368.8-
YUV186.9323.64151.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.40%
GREEN value IS 206 (80.86% from 255) = 48.13%
BLUE value IS 2 (1.17% from 255) = 0.47%
R=51.40%
G=48.13%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220206200.060.990.1456.1598.243.53
HexDCCE20663E38622c
Octal334316206143167014254
Binary1101110011001110100110110001111101110001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE02; }

 p { color: rgb(220,206,2); }

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

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

 a { background-color: rgb(220,206,2); }

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

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

 span { border-color: rgb(220,206,2); }

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