Html Css Color HEX #DCBD05 Sunflower

📋 copy color: '#DCBD05'

red 220 ◦ green 189 ◦ blue 5

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

Shades of Sunflower #DCBD05

Tints of Sunflower #DCBD05

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.65%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 53.14%
G = 45.65%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCBD05 (or 0xDCBD05) is known color: Sunflower. HEX triplet: DC, BD and 05. RGB value is (220,189,5). Sum of RGB (Red+Green+Blue) = 220+189+5=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD05 is #2342FA. Grayscale: #B2B2B2. Windows color (decimal): -2310907 or 376284. OLE color: 376284.

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

Color convert

RGB 220 189 5 -
CMYK 0 0.14 0.98 0.14
HSL 51.35º 0.96% 0.44% -
HSV(B) 51.35º 0.98% 0.86% -
XYZ 47.74 51.62 7.59 -
YUV 177.29 30.77 158.46 -
System Red Green Blue C M Y K H S L
Decimal 220 189 5 0 0.14 0.98 0.14 51.35 0.96 0.44
Hex DC BD 5 0 E 62 E 33 60 2C
Octal 334 275 5 0 16 142 16 63 140 54
Binary 11011100 10111101 101 0 1110 1100010 1110 110011 1100000 101100

Color Harmonies of #DCBD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD05

Black with #DCBD05

Text Example


Text Example

White with #DCBD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD05; }

 p { color: rgb(220,189,5); }

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

background-color css

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

 a { background-color: rgb(220,189,5); }

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

border-color css

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

 span { border-color: rgb(220,189,5); }

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