Html Css Color HEX #DCBD15 Sunflower

📋 copy color: '#DCBD15'

red 220 ◦ green 189 ◦ blue 21

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

Shades of Sunflower #DCBD15

Tints of Sunflower #DCBD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.88%

R = 51.16%
G = 43.95%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCBD15 (or 0xDCBD15) is known color: Sunflower. HEX triplet: DC, BD and 15. RGB value is (220,189,21). Sum of RGB (Red+Green+Blue) = 220+189+21=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD15 is #2342EA. Grayscale: #B3B3B3. Windows color (decimal): -2310891 or 1424860. OLE color: 1424860.

HSL color Cylindrical-coordinate representation of color #DCBD15: hue angle of 50.65º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCBD15 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 21 -
CMYK 0 0.14 0.90 0.14
HSL 50.65º 0.83% 0.47% -
HSV(B) 50.65º 0.9% 0.86% -
XYZ 47.85 51.66 8.16 -
YUV 179.12 38.77 157.16 -
System Red Green Blue C M Y K H S L
Decimal 220 189 21 0 0.14 0.90 0.14 50.65 0.83 0.47
Hex DC BD 15 0 E 5A E 33 53 2F
Octal 334 275 25 0 16 132 16 63 123 57
Binary 11011100 10111101 10101 0 1110 1011010 1110 110011 1010011 101111

Color Harmonies of #DCBD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD15

Black with #DCBD15

Text Example


Text Example

White with #DCBD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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