Html Css Color HEX #DCBF12 Sunflower

📋 copy color: '#DCBF12'

red 220 ◦ green 191 ◦ blue 18

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

Shades of Sunflower #DCBF12

Tints of Sunflower #DCBF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 51.28%
G = 44.52%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCBF12 (or 0xDCBF12) is known color: Sunflower. HEX triplet: DC, BF and 12. RGB value is (220,191,18). Sum of RGB (Red+Green+Blue) = 220+191+18=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF12 is #2340ED. Grayscale: #B4B4B4. Windows color (decimal): -2310382 or 1228764. OLE color: 1228764.

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

Color convert

RGB 220 191 18 -
CMYK 0 0.13 0.92 0.14
HSL 51.39º 0.85% 0.47% -
HSV(B) 51.39º 0.92% 0.86% -
XYZ 48.26 52.52 8.17 -
YUV 179.95 36.61 156.57 -
System Red Green Blue C M Y K H S L
Decimal 220 191 18 0 0.13 0.92 0.14 51.39 0.85 0.47
Hex DC BF 12 0 D 5C E 33 55 2F
Octal 334 277 22 0 15 134 16 63 125 57
Binary 11011100 10111111 10010 0 1101 1011100 1110 110011 1010101 101111

Color Harmonies of #DCBF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF12

Black with #DCBF12

Text Example


Text Example

White with #DCBF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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