Html Css Color HEX #DCBF22 Sunflower

📋 copy color: '#DCBF22'

red 220 ◦ green 191 ◦ blue 34

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

Shades of Sunflower #DCBF22

Tints of Sunflower #DCBF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.64%

R = 49.44%
G = 42.92%
B = 7.64%

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

#DCBF22 (or 0xDCBF22) is known color: Sunflower. HEX triplet: DC, BF and 22. RGB value is (220,191,34). Sum of RGB (Red+Green+Blue) = 220+191+34=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF22 is #2340DD. Grayscale: #B6B6B6. Windows color (decimal): -2310366 or 2277340. OLE color: 2277340.

HSL color Cylindrical-coordinate representation of color #DCBF22: hue angle of 50.65º degrees, saturation: 0.73, 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 #DCBF22 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 34 -
CMYK 0 0.13 0.85 0.14
HSL 50.65º 0.73% 0.5% -
HSV(B) 50.65º 0.85% 0.86% -
XYZ 48.43 52.59 9.11 -
YUV 181.77 44.61 155.27 -
System Red Green Blue C M Y K H S L
Decimal 220 191 34 0 0.13 0.85 0.14 50.65 0.73 0.5
Hex DC BF 22 0 D 55 E 33 49 32
Octal 334 277 42 0 15 125 16 63 111 62
Binary 11011100 10111111 100010 0 1101 1010101 1110 110011 1001001 110010

Color Harmonies of #DCBF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF22

Black with #DCBF22

Text Example


Text Example

White with #DCBF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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