Html Css Color HEX #DCD508 Bird Flower

📋 copy color: '#DCD508'

red 220 ◦ green 213 ◦ blue 8

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

Shades of Bird Flower #DCD508

Tints of Bird Flower #DCD508

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 49.89%
G = 48.3%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCD508 (or 0xDCD508) is known color: Bird Flower. HEX triplet: DC, D5 and 08. RGB value is (220,213,8). Sum of RGB (Red+Green+Blue) = 220+213+8=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD508 is #232AF7. Grayscale: #C0C0C0. Windows color (decimal): -2304760 or 579036. OLE color: 579036.

HSL color Cylindrical-coordinate representation of color #DCD508: hue angle of 58.02º degrees, saturation: 0.93, 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 #DCD508 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 8 -
CMYK 0 0.03 0.96 0.14
HSL 58.02º 0.93% 0.45% -
HSV(B) 58.02º 0.96% 0.86% -
XYZ 53.35 62.82 9.54 -
YUV 191.72 24.32 148.17 -
System Red Green Blue C M Y K H S L
Decimal 220 213 8 0 0.03 0.96 0.14 58.02 0.93 0.45
Hex DC D5 8 0 3 60 E 3A 5D 2D
Octal 334 325 10 0 3 140 16 72 135 55
Binary 11011100 11010101 1000 0 11 1100000 1110 111010 1011101 101101

Color Harmonies of #DCD508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD508

Black with #DCD508

Text Example


Text Example

White with #DCD508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD508; }

 p { color: rgb(220,213,8); }

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

background-color css

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

 a { background-color: rgb(220,213,8); }

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

border-color css

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

 span { border-color: rgb(220,213,8); }

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