Html Css Color HEX #DCD003 Bird Flower

📋 copy color: '#DCD003'

red 220 ◦ green 208 ◦ blue 3

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

Shades of Bird Flower #DCD003

Tints of Bird Flower #DCD003

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.26%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 51.04%
G = 48.26%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCD003 (or 0xDCD003) is known color: Bird Flower. HEX triplet: DC, D0 and 03. RGB value is (220,208,3). Sum of RGB (Red+Green+Blue) = 220+208+3=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD003 is #232FFC. Grayscale: #BDBDBD. Windows color (decimal): -2306045 or 250076. OLE color: 250076.

HSL color Cylindrical-coordinate representation of color #DCD003: hue angle of 56.68º degrees, saturation: 0.97, 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 #DCD003 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 3 -
CMYK 0 0.05 0.99 0.14
HSL 56.68º 0.97% 0.44% -
HSV(B) 56.68º 0.99% 0.86% -
XYZ 52.09 60.33 8.99 -
YUV 188.22 23.48 150.67 -
System Red Green Blue C M Y K H S L
Decimal 220 208 3 0 0.05 0.99 0.14 56.68 0.97 0.44
Hex DC D0 3 0 5 63 E 39 61 2C
Octal 334 320 3 0 5 143 16 71 141 54
Binary 11011100 11010000 11 0 101 1100011 1110 111001 1100001 101100

Color Harmonies of #DCD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD003

Black with #DCD003

Text Example


Text Example

White with #DCD003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD003; }

 p { color: rgb(220,208,3); }

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

background-color css

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

 a { background-color: rgb(220,208,3); }

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

border-color css

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

 span { border-color: rgb(220,208,3); }

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