Html Css Color HEX #DCBF24 Sunflower

📋 copy color: '#DCBF24'

red 220 ◦ green 191 ◦ blue 36

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

Shades of Sunflower #DCBF24

Tints of Sunflower #DCBF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.05%

R = 49.22%
G = 42.73%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCBF24 (or 0xDCBF24) is known color: Sunflower. HEX triplet: DC, BF and 24. RGB value is (220,191,36). Sum of RGB (Red+Green+Blue) = 220+191+36=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF24 is #2340DB. Grayscale: #B6B6B6. Windows color (decimal): -2310364 or 2408412. OLE color: 2408412.

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

Color convert

RGB 220 191 36 -
CMYK 0 0.13 0.84 0.14
HSL 50.54º 0.72% 0.5% -
HSV(B) 50.54º 0.84% 0.86% -
XYZ 48.46 52.6 9.27 -
YUV 182 45.61 155.1 -
System Red Green Blue C M Y K H S L
Decimal 220 191 36 0 0.13 0.84 0.14 50.54 0.72 0.5
Hex DC BF 24 0 D 54 E 33 48 32
Octal 334 277 44 0 15 124 16 63 110 62
Binary 11011100 10111111 100100 0 1101 1010100 1110 110011 1001000 110010

Color Harmonies of #DCBF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF24

Black with #DCBF24

Text Example


Text Example

White with #DCBF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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