Html Css Color HEX #DCCE06 Bird Flower

📋 copy color: '#DCCE06'

red 220 ◦ green 206 ◦ blue 6

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

Shades of Bird Flower #DCCE06

Tints of Bird Flower #DCCE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.39%

R = 50.93%
G = 47.69%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCCE06 (or 0xDCCE06) is known color: Bird Flower. HEX triplet: DC, CE and 06. RGB value is (220,206,6). Sum of RGB (Red+Green+Blue) = 220+206+6=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE06 is #2331F9. Grayscale: #BCBCBC. Windows color (decimal): -2306554 or 446172. OLE color: 446172.

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

Color convert

RGB 220 206 6 -
CMYK 0 0.06 0.97 0.14
HSL 56.07º 0.95% 0.44% -
HSV(B) 56.07º 0.97% 0.86% -
XYZ 51.62 59.37 8.91 -
YUV 187.39 25.64 151.26 -
System Red Green Blue C M Y K H S L
Decimal 220 206 6 0 0.06 0.97 0.14 56.07 0.95 0.44
Hex DC CE 6 0 6 61 E 38 5F 2C
Octal 334 316 6 0 6 141 16 70 137 54
Binary 11011100 11001110 110 0 110 1100001 1110 111000 1011111 101100

Color Harmonies of #DCCE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE06

Black with #DCCE06

Text Example


Text Example

White with #DCCE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE06; }

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

 H1.HeaderClassName
 {
   color: #DCCE06;
 }
 .AnyTagClassName
 {
   color: #DCCE06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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