Html Css Color HEX #DCCE02 Bird Flower

📋 copy color: '#DCCE02'

red 220 ◦ green 206 ◦ blue 2

#DCCE02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #DCCE02

Tints of Bird Flower #DCCE02

RGB

 RED value IS 220 (86.33% from 255) = 51.4%

 GREEN value IS 206 (80.86% from 255) = 48.13%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 51.4%
G = 48.13%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCCE02 (or 0xDCCE02) is known color: 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

RGB 220 206 2 -
CMYK 0 0.06 0.99 0.14
HSL 56.15º 0.98% 0.44% -
HSV(B) 56.15º 0.99% 0.86% -
XYZ 51.6 59.36 8.8 -
YUV 186.93 23.64 151.59 -
System Red Green Blue C M Y K H S L
Decimal 220 206 2 0 0.06 0.99 0.14 56.15 0.98 0.44
Hex DC CE 2 0 6 63 E 38 62 2C
Octal 334 316 2 0 6 143 16 70 142 54
Binary 11011100 11001110 10 0 110 1100011 1110 111000 1100010 101100

Color Harmonies of #DCCE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE02

Black with #DCCE02

Text Example


Text Example

White with #DCCE02

Text Example


Text Example

HTML Codes & Css Web 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>