Html Css Color HEX #DCBF21 Sunflower

📋 copy color: '#DCBF21'

red 220 ◦ green 191 ◦ blue 33

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

Shades of Sunflower #DCBF21

Tints of Sunflower #DCBF21

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

 BLUE value IS 33 (13.28% from 255) = 7.43%

R = 49.55%
G = 43.02%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCBF21 (or 0xDCBF21) is known color: Sunflower. HEX triplet: DC, BF and 21. RGB value is (220,191,33). Sum of RGB (Red+Green+Blue) = 220+191+33=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF21 is #2340DE. Grayscale: #B6B6B6. Windows color (decimal): -2310367 or 2211804. OLE color: 2211804.

HSL color Cylindrical-coordinate representation of color #DCBF21: hue angle of 50.7º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCBF21 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 33 -
CMYK 0 0.13 0.85 0.14
HSL 50.7º 0.74% 0.5% -
HSV(B) 50.7º 0.85% 0.86% -
XYZ 48.42 52.59 9.04 -
YUV 181.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 220 191 33 0 0.13 0.85 0.14 50.7 0.74 0.5
Hex DC BF 21 0 D 55 E 33 4A 32
Octal 334 277 41 0 15 125 16 63 112 62
Binary 11011100 10111111 100001 0 1101 1010101 1110 110011 1001010 110010

Color Harmonies of #DCBF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF21

Black with #DCBF21

Text Example


Text Example

White with #DCBF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF21; }

 p { color: rgb(220,191,33); }

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

background-color css

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

 a { background-color: rgb(220,191,33); }

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

border-color css

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

 span { border-color: rgb(220,191,33); }

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