Html Css Color HEX #DCCE09 Bird Flower

📋 copy color: '#DCCE09'

red 220 ◦ green 206 ◦ blue 9

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

Shades of Bird Flower #DCCE09

Tints of Bird Flower #DCCE09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.07%

R = 50.57%
G = 47.36%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCCE09 (or 0xDCCE09) is known color: Bird Flower. HEX triplet: DC, CE and 09. RGB value is (220,206,9). Sum of RGB (Red+Green+Blue) = 220+206+9=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 9 (3.91% from 255 or 2.07% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE09 is #2331F6. Grayscale: #BCBCBC. Windows color (decimal): -2306551 or 642780. OLE color: 642780.

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

Color convert

RGB 220 206 9 -
CMYK 0 0.06 0.96 0.14
HSL 56.02º 0.92% 0.45% -
HSV(B) 56.02º 0.96% 0.86% -
XYZ 51.64 59.38 9 -
YUV 187.73 27.14 151.02 -
System Red Green Blue C M Y K H S L
Decimal 220 206 9 0 0.06 0.96 0.14 56.02 0.92 0.45
Hex DC CE 9 0 6 60 E 38 5C 2D
Octal 334 316 11 0 6 140 16 70 134 55
Binary 11011100 11001110 1001 0 110 1100000 1110 111000 1011100 101101

Color Harmonies of #DCCE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE09

Black with #DCCE09

Text Example


Text Example

White with #DCCE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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